From bc1327a8bacff40c1cd9ea97c8934a10a2bf94ca Mon Sep 17 00:00:00 2001 From: George Lacey Date: Wed, 22 Feb 2017 11:29:33 +0000 Subject: [PATCH] Add input and target data examples --- input.txt | 4 ++++ target.txt | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 input.txt create mode 100644 target.txt diff --git a/input.txt b/input.txt new file mode 100644 index 0000000..ee53213 --- /dev/null +++ b/input.txt @@ -0,0 +1,4 @@ +0, 0 +1, 0 +0, 1 +1, 1 \ No newline at end of file diff --git a/target.txt b/target.txt new file mode 100644 index 0000000..99470a5 --- /dev/null +++ b/target.txt @@ -0,0 +1,4 @@ +-1 +-1 +-1 +1 \ No newline at end of file