Danny Gratzer f8db530cf6 Added Agda
2014-11-23 23:30:56 -05:00

5 lines
70 B
Agda

module agda where
open import IO
main = run (putStrLn "Hello World")