diff options
Diffstat (limited to 'Week4/src/week4/Week4.java')
-rw-r--r-- | Week4/src/week4/Week4.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Week4/src/week4/Week4.java b/Week4/src/week4/Week4.java new file mode 100644 index 0000000..9dadd91 --- /dev/null +++ b/Week4/src/week4/Week4.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 week4; + +/** + * + * @author cstaps + */ +public class Week4 { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +} |