Files
zig0/t/hello.zig
2024-12-13 09:39:02 +02:00

4 lines
44 B
Zig

pub fn main() void {
@panic("hello");
}