I'm HaxSam and I'm 0x16 years old.
I'm a C++ dev and program in Zig and Rust in my free time.
At the time I learn more about Zig and embedded development.
Unfortunately I'm often more busy looking for new projects than actually coding something.
»Always pretend you're a good programmer«
fn greeting(buf: []u8, yourname: []const u8) void { return std.fmt.bufPrint(buf, "Nice to meet you {s}", .{yourname}) }