Skip to content

Instantly share code, notes, and snippets.

View pwbh's full-sized avatar

pwbh

  • 23:21 (UTC +09:00)
View GitHub Profile
const std = @import("std");
const net = std.net;
const Allocator = std.mem.Allocator;
pub const io_mode = .evented;
var client_id_counter: u32 = 0;
var should_server_close: bool = false;
pub fn main() !void {