adding an executable aspect to the jar
This commit is contained in:
parent
e1677f54b9
commit
721355396c
2 changed files with 14 additions and 4 deletions
9
src/main/java/com/hashbangbash/trie/App.java
Normal file
9
src/main/java/com/hashbangbash/trie/App.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
package com.hashbangbash.trie;
|
||||
|
||||
|
||||
public class App {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue