Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created September 1, 2010 20:45
Show Gist options
  • Select an option

  • Save ejknapp/561337 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/561337 to your computer and use it in GitHub Desktop.
package java112.$1;
import java.util.*;
/**
* @author <#=AUTHOR#>
* class $2
*
*/
public class ${2:name} {
public void run() {
$end
}
public static void main(String[] args) {
$2 demo = new $2();
demo.run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment