zig/test/run_tests.zig

6 lines
102 B
Zig

const io = @import("std").io;
pub fn main() -> %void {
%%io.stderr.printf("TODO run tests\n");
}