difftastic/sample_files/hare_1.ha

6 lines
71 B
Plaintext

use fmt;
export fn main() void = {
fmt::println("Hello, world!");
};