6 lines
54 B
Zig
6 lines
54 B
Zig
|
const std = @import("std");
|
||
|
|
||
|
pub fn main() !void {
|
||
|
|
||
|
}
|