Wiki

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

Revision 2636, 108 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. clr
2namespace Test
3    class Test
4        def main
5            is shared
6            Console.writeLine('Hello, world.')
7           
Note: See TracBrowser for help on using the browser.