Skip to content

Instantly share code, notes, and snippets.

@alagalia
Created August 29, 2015 18:39
Show Gist options
  • Save alagalia/5abbdf185f564d4d9bcc to your computer and use it in GitHub Desktop.
Save alagalia/5abbdf185f564d4d9bcc to your computer and use it in GitHub Desktop.
public class Problem3_Print_Your_Hometown {
public static void main(String[] args) {
System.out.println("Hello I am from Javaland!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment