diff options
author | Camil Staps | 2015-03-09 15:32:01 +0100 |
---|---|---|
committer | Camil Staps | 2015-03-09 15:32:01 +0100 |
commit | 64314fabaf926f4c884d49b0dc973d59eb924e85 (patch) | |
tree | 9dcaaa9f35c1a1a0554d8a5ac39078c6d3e1836f /Week6/src | |
parent | Added tarball w5 (diff) |
Week 6 framework
Diffstat (limited to 'Week6/src')
-rw-r--r-- | Week6/src/week6/Week6.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Week6/src/week6/Week6.java b/Week6/src/week6/Week6.java new file mode 100644 index 0000000..832b947 --- /dev/null +++ b/Week6/src/week6/Week6.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 week6; + +/** + * + * @author camilstaps + */ +public class Week6 { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +} |