From ea8a9b59f0bffcf3ee92a13febcea548e7b62ab8 Mon Sep 17 00:00:00 2001 From: Dustin Fechner Date: Mon, 18 Nov 2013 23:20:31 +0100 Subject: [PATCH] Add Clean --- c/clean.icl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 c/clean.icl 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!"