Skip to content

Instantly share code, notes, and snippets.

@sowawa
Created February 7, 2012 01:40
Show Gist options
  • Save sowawa/1756502 to your computer and use it in GitHub Desktop.
Save sowawa/1756502 to your computer and use it in GitHub Desktop.
Hello Java in rackhub.

This is JAVA practice in rackhub.

cd 
git clone git://gist.github.com/1756502.git java
cd java
javac HelloWorld.java
java HelloWorld
public class HelloWorld {
public static void main (String[] args) {
System.out.println("Hello. Rackhub meets Java!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment