New comment by jjsullivan5196 on void-packages repository https://github.com/void-linux/void-packages/pull/25004#issuecomment-696357459 Comment: @ericonr would this work? ```zig const debug = @import("std").debug; pub fn main() void { debug.warn("Hello, world\n", .{}); } ``` Also, I just remembered I have a rpi zero w I can try some of this on. I'll see if it'll work.