foreign fn print(x: String) Void; fn main() Int { print("gaming\n"); return 0; }