summaryrefslogtreecommitdiff
path: root/integer_sum_from_neighbours/NeighbourSum.java
diff options
context:
space:
mode:
Diffstat (limited to 'integer_sum_from_neighbours/NeighbourSum.java')
-rw-r--r--integer_sum_from_neighbours/NeighbourSum.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/integer_sum_from_neighbours/NeighbourSum.java b/integer_sum_from_neighbours/NeighbourSum.java
new file mode 100644
index 0000000..364a3dd
--- /dev/null
+++ b/integer_sum_from_neighbours/NeighbourSum.java
@@ -0,0 +1,7 @@
+package PACKAGE_NAME;
+
+/**
+ * Created by koen on 12/11/16.
+ */
+public class NeighbourSum {
+}