diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2022-10-30 03:42:11 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2022-10-30 03:42:11 +1300 |
commit | 95ebd2d6acfa744c5e93287cc6385f4f1359376e (patch) | |
tree | 87cea8951f3ef00b9ad53679c7fe70c208b0ec62 /data | |
parent | 3f290e0d6c3ef1435253095de2cf53016855840e (diff) |
wallgen and wallsolve working, visualwall partially done, license added
Diffstat (limited to 'data')
-rw-r--r-- | data/easyas.txt | 1 | ||||
-rw-r--r-- | data/fibonacci.txt | 1 | ||||
-rw-r--r-- | data/littlemore.txt | 3 | ||||
-rw-r--r-- | data/nuthin.txt | 0 | ||||
-rw-r--r-- | data/squares.txt | 1 | ||||
-rw-r--r-- | data/whoops.txt | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/data/easyas.txt b/data/easyas.txt new file mode 100644 index 0000000..3fde4e2 --- /dev/null +++ b/data/easyas.txt @@ -0,0 +1 @@ +1,2,3
\ No newline at end of file diff --git a/data/fibonacci.txt b/data/fibonacci.txt new file mode 100644 index 0000000..87ad029 --- /dev/null +++ b/data/fibonacci.txt @@ -0,0 +1 @@ +1,1,2,3,5,8,13,21,34,55 diff --git a/data/littlemore.txt b/data/littlemore.txt new file mode 100644 index 0000000..778d446 --- /dev/null +++ b/data/littlemore.txt @@ -0,0 +1,3 @@ + 4, 5,66 + +abc diff --git a/data/nuthin.txt b/data/nuthin.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/data/nuthin.txt diff --git a/data/squares.txt b/data/squares.txt new file mode 100644 index 0000000..071ee04 --- /dev/null +++ b/data/squares.txt @@ -0,0 +1 @@ +1,4,9,16,25,36,49,64 diff --git a/data/whoops.txt b/data/whoops.txt new file mode 100644 index 0000000..499103f --- /dev/null +++ b/data/whoops.txt @@ -0,0 +1 @@ +1,2,abc |