Jump to content

Hello World!


momm3

Recommended Posts

//Welcome to the forum; the title of your thread immediately brought this to mind.
 
#include<stdio.h>
 
main()
{
 
	printf("Hello World!");
 
}
 
//Somebody kill me.

Ah, Gunz. I played that, once upon a time.

Edited by Zoop
Link to comment
Share on other sites

public class WelcomeNewMember {

public static void main(String[] args) {

  System.out.println("Hello There!");
}
}

Welcome to the Herd fellow brony ;). Greetings from Finland

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...