mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 20:53:44 +00:00
6 lines
102 B
Zig
6 lines
102 B
Zig
const io = @import("std").io;
|
|
|
|
pub fn main() -> %void {
|
|
%%io.stderr.printf("TODO run tests\n");
|
|
}
|