Motiejus Jakštys
a8b45911aa
- 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
4 lines
52 B
Zig
4 lines
52 B
Zig
const std = @import("std");
|
|
|
|
pub fn main() !void {}
|