Merge pull request #343 from honkdamonk/master

add Green-Marl "Hello World" procedure
This commit is contained in:
Mike Donaghy
2017-02-12 16:18:20 -06:00
committed by GitHub

3
g/Green-Marl.gm Normal file
View File

@@ -0,0 +1,3 @@
procedure hello_world() {
println("Hello World");
}