view Test.hs @ 2850:14002f8f2ac7

<Jafet> gcc hello.c -o hello -Os && ./hello
author HackBot
date Sun, 05 May 2013 15:43:08 +0000
parents 4d2f0fd95455
children
line wrap: on
line source

  module Main where
main = putStr "It works!"