Add part11

This commit is contained in:
Richard Feldman
2016-09-02 22:27:19 -07:00
parent f5f0f37180
commit dcfb00620b
16 changed files with 808 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
module HtmlRunner exposing (..)
import Tests
import Test.Runner.Html as Runner
-- To run this:
--
-- cd into part8/test
-- elm-reactor
-- navigate to HtmlRunner.elm
main : Program Never
main =
Runner.run Tests.all