view Test.hs @ 2857:07384bffe528

<fizzie> gcc hello.c -o hello2 -nostdlib -Os -s -Wl,--entry,main && ./hello3; wc -c hello3
author HackBot
date Sun, 05 May 2013 15:52:16 +0000
parents 4d2f0fd95455
children
line wrap: on
line source

  module Main where
main = putStr "It works!"