const mini_uart = @import("mini_uart.zig"); export fn main() void { mini_uart.enable(); mini_uart.writeString(" hello, world!\n"); while (true) {} }