lua api start

This commit is contained in:
Harrison DiAmbrosio 2025-10-16 14:50:40 -04:00
parent 840196d650
commit cceffbf474
5 changed files with 87 additions and 8 deletions

View file

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