diff --git a/c/clean.icl b/c/clean.icl new file mode 100644 index 0000000..81ca8e0 --- /dev/null +++ b/c/clean.icl @@ -0,0 +1,3 @@ +module hello +Start :: {#Char} +Start = "Hello, world!"