source: mainline/uspace/dist/sysel/hello.sy@ fa36f29

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since fa36f29 was fa36f29, checked in by Jiri Svoboda <jiri@…>, 16 years ago

Update SBI to rev. 75.

  • Property mode set to 100644
File size: 81 bytes
Line 
1class HelloWorld is
2 fun Main() is
3 Builtin.WriteLine("Hello world!");
4 end
5end
Note: See TracBrowser for help on using the repository browser.