243 B
243 B
title | next |
---|---|
Nativity | first-page |
Nativity is the language and compiler for Birth Software.
Hello, World!
const std = #import("std");
const main = fn () *!void {
std.print("Hello world\n");
}