ssg/hare/ssg.ha
Michael Chalupiak 55bc1c39a6 Initial Commit
2025-07-19 23:05:38 -04:00

6 lines
71 B
Hare

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