fix the building, and change the name

This commit is contained in:
Squibid 2025-10-16 15:17:46 -04:00
parent cceffbf474
commit 6b76de1e77
Signed by: squibid
GPG key ID: BECE5684D3C4005D
4 changed files with 15 additions and 14 deletions

View file

@ -4,4 +4,5 @@ const Server = @import("server.zig").Server;
pub fn main() !void {
std.debug.print("Starting mezzaluna", .{});
_ = try Server.init();
}