Added ooc hello world

This commit is contained in:
Curtis McEnroe
2011-05-31 17:46:18 -04:00
parent 9de372fcb6
commit 22b0c50fbf

4
o/ooc.ooc Normal file
View File

@@ -0,0 +1,4 @@
main: func {
"Hello World" println()
}