Created
September 1, 2010 20:45
-
-
Save ejknapp/561337 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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