aboutsummaryrefslogtreecommitdiff
path: root/Week5/src/week5/Week5.java
diff options
context:
space:
mode:
authorCamil Staps2015-03-05 12:40:26 +0100
committerCamil Staps2015-03-05 12:40:26 +0100
commita2311ca2794ba5191d4d9a70eb32c8a86b9b3d3c (patch)
treeb49b7efa38c50d4a5e2e2ecf5c96deab8d8610db /Week5/src/week5/Week5.java
parentAdded tarballs (diff)
Framework week5
Diffstat (limited to 'Week5/src/week5/Week5.java')
-rw-r--r--Week5/src/week5/Week5.java21
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
+ }
+
+}