aboutsummaryrefslogtreecommitdiff
path: root/Week4/src/week4
diff options
context:
space:
mode:
authorCamil Staps2015-02-26 15:41:03 +0100
committerCamil Staps2015-02-26 15:41:03 +0100
commit6fe00b12ee79344c03f551c72309657c550e01ff (patch)
tree86f8447bec66aa22109ad3f5a94c4b8f9b0f293e /Week4/src/week4
Added base framework week4
Diffstat (limited to 'Week4/src/week4')
-rw-r--r--Week4/src/week4/Week4.java21
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
+ }
+
+}