aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.halk
blob: 8a441ccde069c1c04404da16f96dbb6956aa6c17 (plain) (blame)
1
2
3
[nice & simple]
let it = "Hello, World!";
say it;