Skip to content

Instantly share code, notes, and snippets.

@jaspercastillo
Last active August 29, 2015 14:08
Show Gist options
  • Save jaspercastillo/9aa93ac5aa30360bd551 to your computer and use it in GitHub Desktop.
Save jaspercastillo/9aa93ac5aa30360bd551 to your computer and use it in GitHub Desktop.
package com.quillbytes.scratch;
public class HelloWorld {
public static void main(String... args) {
System.out.println("Hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment