itch.io is community of indie game creators and players

Devlogs

Helllllooooo

The Lemon Man
A downloadable game

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");

}

}

}



Download The Lemon Man
Leave a comment