3 lines
65 B
Zig
3 lines
65 B
Zig
|
|
const std = @import("std");
|
||
|
|
const Allocator = std.mem.Allocator;
|