Helllllooooo


int main() {

printf ( "Hello World");

return 0;

}


int main() {

std:: cout << "Hello World" ;

return 0;


namespace HelloWorld

{

class Hello {  

static void Main(string[] args)

{

System.Console.WriteLine("Hello World");

}

}

}



Get The Lemon Man

Leave a comment

Log in with itch.io to leave a comment.