diff options
Diffstat (limited to 'Week5/src')
-rw-r--r-- | Week5/src/week5/Week5.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Week5/src/week5/Week5.java b/Week5/src/week5/Week5.java new file mode 100644 index 0000000..15323a8 --- /dev/null +++ b/Week5/src/week5/Week5.java @@ -0,0 +1,21 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package week5; + +/** + * + * @author camilstaps + */ +public class Week5 { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +} |