Friday, October 31, 2014

My First Java Program

This was my first java program and still it is being the first code to write on IDE to check weather the JAVA things are setup correctly.
public class HelloWorld {
public static void main(String[] args) {
System.out.print("Hello World");
}
}
view raw HelloWorld.java hosted with ❤ by GitHub
Hello World
view raw Output.txt hosted with ❤ by GitHub

No comments:

Post a Comment