2024-03-29 22:43:46 -06:00

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");
}