mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 20:57:32 -04:00
7 lines
133 B
Zig
7 lines
133 B
Zig
const std = @import("std");
|
|
|
|
const Server = @import("server.zig").Server;
|
|
|
|
pub fn main() !void {
|
|
std.debug.print("Starting wwm");
|
|
}
|