global s = "341"; int program(int argc, string[] argv) { print_string(s); return 0; }