diff options
author | Camil Staps | 2015-05-29 13:17:53 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-29 13:17:53 +0200 |
commit | 3ccaa674fdbd3408d4cbea3ed9abb02c14433b9c (patch) | |
tree | c51dbe974566b4c437500fbf6894b626b203d265 /Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java | |
parent | Hack to make it seem to be working (diff) |
licensing; reorganisation; javadoc; cleanup
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, 0 insertions, 19 deletions
diff --git a/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java b/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java deleted file mode 100644 index 30b7bd2..0000000 --- a/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java +++ /dev/null @@ -1,19 +0,0 @@ -/* - * 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 - } - -} |