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