aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.halk
blob: a7c7ed54a20111fa4e0ab1ddbb81d4c038a0a0d9 (plain) (blame)
1
2
3
4
5
6
[hello world in HALK.]
let it = "Hello, World!";

fn main = /
   say it;
\