This commit is contained in:
Adam Harris
2015-07-02 13:43:46 -06:00
parent e72c7702c8
commit e7d441081e

4
z/zimbu.zu Normal file
View File

@@ -0,0 +1,4 @@
FUNC Main() int
IO.write("Hello, World!\n")
RETURN 0
}