Skip to content

Instantly share code, notes, and snippets.

@3gcodes
Created October 1, 2009 14:05
Show Gist options
  • Select an option

  • Save 3gcodes/198970 to your computer and use it in GitHub Desktop.

Select an option

Save 3gcodes/198970 to your computer and use it in GitHub Desktop.
public class Test {
public Test() {
}
public static void main(String[] args) {
System.out.println("Hello Hycel");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment