adding an executable aspect to the jar

This commit is contained in:
Vincent Batts 2012-10-04 09:31:21 -04:00
parent e1677f54b9
commit 721355396c
2 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,9 @@
package com.hashbangbash.trie;
public class App {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}