Added Agda

This commit is contained in:
Danny Gratzer
2014-11-23 23:30:56 -05:00
parent 4691aea289
commit f8db530cf6

4
a/agda.agda Normal file
View File

@@ -0,0 +1,4 @@
module agda where
open import IO
main = run (putStrLn "Hello World")