mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
batman
This commit is contained in:
commit
7325a3ee47
7 changed files with 170 additions and 0 deletions
7
src/main.zig
Normal file
7
src/main.zig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
const Server = @import("server.zig").Server;
|
||||
|
||||
pub fn main() !void {
|
||||
std.debug.print("Starting wwm");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue