Initial commit for tabletop
We'll branch off of main game for a cool quick side project idea for a moment
This commit is contained in:
5
src/server.zig
Normal file
5
src/server.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
std.debug.print("Server started!\n", .{});
|
||||
}
|
Reference in New Issue
Block a user