Wiki

root/cobra/trunk/Tests/100-basics/030j-hello-world.cobra

Revision 2636, 154 bytes (checked in by Charles.Esterbrook, 7 weeks ago)

JVM back-end progress.
credit:hopscc

  • Property svn:eol-style set to native
Line 
1#.require. jvm
2namespace Test
3    class Test
4        def main is shared
5            System.out.println('Hello, world.( System only)')
6            #print 'Hello, world. (print)'
7           
Note: See TracBrowser for help on using the browser.