Files
spacefarer/src/server.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
99 B
Zig

const std = @import("std");
pub fn main() void {
std.debug.print("Server started!\n", .{});
}