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

message="Hello, World!";

io~o.message;