Changes in uspace/dist/src/sysel/demos/hello.sy [051b3db8:c5cb943d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/sysel/demos/hello.sy
r051b3db8 rc5cb943d 29 29 class HelloWorld is 30 30 fun Main(), static is 31 Console.WriteLine("Hello world!");31 Builtin.WriteLine("Hello world!"); 32 32 end 33 33 end
Note:
See TracChangeset
for help on using the changeset viewer.