aboutsummaryrefslogtreecommitdiff
path: root/Week6/src
diff options
context:
space:
mode:
authorCamil Staps2015-03-09 15:32:01 +0100
committerCamil Staps2015-03-09 15:32:01 +0100
commit64314fabaf926f4c884d49b0dc973d59eb924e85 (patch)
tree9dcaaa9f35c1a1a0554d8a5ac39078c6d3e1836f /Week6/src
parentAdded tarball w5 (diff)
Week 6 framework
Diffstat (limited to 'Week6/src')
-rw-r--r--Week6/src/week6/Week6.java21
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
+ }
+
+}