source: mainline/uspace/dist/sysel/hello.sy@ 09ababb7

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

Add Sysel Bootstrap Interpreter (SBI) from Sysel repository rev. 53.

  • 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.