class HelloWorld { public static int main(string[] args) { string str = "Hello, World\n"; stdout.printf(str); return 0; } }