turbonss/cli/unix2db/main.zig
Motiejus Jakštys a8b45911aa weekend changes
- move main.zig to it's own package, create lib/
- rename AllSections to DB, remove intermediate tuples
- iovec does not allocate
- remove error{Overflow} from almost everywhere
2022-03-23 12:01:13 +02:00

4 lines
52 B
Zig

const std = @import("std");
pub fn main() !void {}