Remove part9 and part10

This commit is contained in:
Richard Feldman
2016-09-01 01:35:29 -07:00
parent b7c72b9f1f
commit b5c164b53f
20 changed files with 0 additions and 813 deletions

View File

@@ -1,16 +0,0 @@
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