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