Merge pull request #11 from programble/master

Added ooc
This commit is contained in:
Mike Donaghy
2011-07-23 21:57:25 -07:00

4
o/ooc.ooc Normal file
View File

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