aboutsummaryrefslogtreecommitdiff
path: root/Week9/src/com/camilstaps/shop/Shop.java
diff options
context:
space:
mode:
Diffstat (limited to 'Week9/src/com/camilstaps/shop/Shop.java')
-rw-r--r--Week9/src/com/camilstaps/shop/Shop.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/Week9/src/com/camilstaps/shop/Shop.java b/Week9/src/com/camilstaps/shop/Shop.java
deleted file mode 100644
index cab828a..0000000
--- a/Week9/src/com/camilstaps/shop/Shop.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * Copyright (c) 2015 Camil Staps <info@camilstaps.nl>
- * See the LICENSE file for copying permission.
- */
-
-package com.camilstaps.shop;
-
-/**
- * The webshop
- * @author Camil Staps, s4498062
- */
-public class Shop {
-
- /**
- * Create a shell and run
- * @param args
- */
- public static void main(String[] args) {
- Shell sh = new Shell(new CLIInteraction());
- sh.run();
- }
-
-}