Skip to content

Instantly share code, notes, and snippets.

@markson
Created March 10, 2013 12:17
Show Gist options
  • Save markson/5128343 to your computer and use it in GitHub Desktop.
Save markson/5128343 to your computer and use it in GitHub Desktop.
public class HelloMarkson {
public static void main(String[] args) {
String str = new java.lang.String("Hello Markson");
System.out.println(str);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment