aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.halk
blob: 69967a499fe6e90d60f4a83ab28073cec4b20655 (plain) (blame)
1
2
3
4
5
6
USE."io";

message._="Hello, World!";

io~o.message._;