Files
spacefarer/src/offline.zig
duck 855194acea Initial commit for tabletop
We'll branch off of main game for a cool quick side project idea for a moment
2025-08-29 01:59:33 +05:00

6 lines
81 B
Zig

const client = @import("client.zig");
pub fn main() void {
client.main();
}