diff options
Diffstat (limited to 'Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java')
-rw-r--r-- | Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java b/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java new file mode 100644 index 0000000..30b7bd2 --- /dev/null +++ b/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2015 Camil Staps + */ +package com.camilstaps.route66; + +/** + * + * @author camilstaps + */ +public class Week14Route66 { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +} |