aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.sloth
blob: 8abb65c16986346e470f4e4cf92bbc40766c1d87 (plain)
1
2
3
4
fn main() Int {
    print("Hello World\n");
    return 0;
}