import std::io; module log { void print_msg([u8] msg) { printf("%s\n", msg); } }