From 7f093c246b7e932d08aaf5fe2691c30d111e6e5b Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Tue, 11 Nov 2014 11:57:35 -0500 Subject: [PATCH] Hello world in Hy --- h/hy.hy | 1 + 1 file changed, 1 insertion(+) create mode 100644 h/hy.hy diff --git a/h/hy.hy b/h/hy.hy new file mode 100644 index 00000000..b153651e --- /dev/null +++ b/h/hy.hy @@ -0,0 +1 @@ +(print "Hello World!")