This commit is contained in:
David
2015-08-26 17:52:16 -07:00
parent e56c94ff1e
commit 99a9e47561

7
s/sather.sa Normal file
View File

@@ -0,0 +1,7 @@
class MAIN is
main is
loop
#OUT + "Hello World!\n"
end
end
end