Merge pull request #116 from dfechner/master

Add Clean
This commit is contained in:
Mike Donaghy
2014-01-23 13:17:24 -08:00

3
c/clean.icl Normal file
View File

@@ -0,0 +1,3 @@
module hello
Start :: {#Char}
Start = "Hello, world!"