Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/sysel/demos/hello.sy

    r051b3db8 rc5cb943d  
    2929class HelloWorld is
    3030        fun Main(), static is
    31                 Console.WriteLine("Hello world!");
     31                Builtin.WriteLine("Hello world!");
    3232        end
    3333end
Note: See TracChangeset for help on using the changeset viewer.