changeset 2616:4d2f0fd95455

<oerjan> (echo \' module Main where\'; echo \'main = putStr "It works!"\') > Test.hs
author HackBot
date Sat, 06 Apr 2013 22:41:48 +0000
parents c224a0142c2c
children a74b665347c1
files Test.hs
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Test.hs	Sat Apr 06 22:41:48 2013 +0000
@@ -0,0 +1,2 @@
+  module Main where
+main = putStr "It works!"