nativity/lib/std/std.nat
2023-09-16 21:11:24 -06:00

6 lines
65 B
Plaintext

comptime {
_ = start;
}
const start = #import("start.nat");