Hello world in Hy

This commit is contained in:
Evan Hahn
2014-11-11 11:57:35 -05:00
parent 4691aea289
commit 7f093c246b

1
h/hy.hy Normal file
View File

@@ -0,0 +1 @@
(print "Hello World!")