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