5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
const start = #import("start.nat");
|
|
comptime {
|
|
_ = start;
|
|
}
|