Skip to content

Instantly share code, notes, and snippets.

@davehimself
Created May 12, 2013 19:23
Show Gist options
  • Save davehimself/5564600 to your computer and use it in GitHub Desktop.
Save davehimself/5564600 to your computer and use it in GitHub Desktop.
package org.davehimself;
public class App
{
public static void main( String[] args )
{
System.out.println("foo");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment