6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
const std = #import("std");
|
|
const build = std.build;
|
|
|
|
const main = fn() *!void {
|
|
}
|