Changeset fa36f29 in mainline for uspace/dist/sysel/hello.sy
- Timestamp:
- 2010-02-27T17:59:14Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94d484a
- Parents:
- 09ababb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/sysel/hello.sy
r09ababb7 rfa36f29 1 1 class HelloWorld is 2 fun main() is2 fun Main() is 3 3 Builtin.WriteLine("Hello world!"); 4 4 end
Note:
See TracChangeset
for help on using the changeset viewer.