5 lines
89 B
Zig
5 lines
89 B
Zig
const std = @import("std");
|
|
|
|
pub fn main(init: std.process.Init) !void {
|
|
_ = init;
|
|
}
|