aboutsummaryrefslogtreecommitdiff
path: root/Week16 Webshop/src
diff options
context:
space:
mode:
Diffstat (limited to 'Week16 Webshop/src')
-rw-r--r--Week16 Webshop/src/com/camilstaps/webshop/Week16Webshop.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/Week16 Webshop/src/com/camilstaps/webshop/Week16Webshop.java b/Week16 Webshop/src/com/camilstaps/webshop/Week16Webshop.java
new file mode 100644
index 0000000..ec2f6e5
--- /dev/null
+++ b/Week16 Webshop/src/com/camilstaps/webshop/Week16Webshop.java
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2015 Camil Staps
+ */
+package com.camilstaps.webshop;
+
+/**
+ *
+ * @author camilstaps
+ */
+public class Week16Webshop {
+
+ /**
+ * @param args the command line arguments
+ */
+ public static void main(String[] args) {
+ // TODO code application logic here
+ }
+
+}