From 16a2da0f217aa4f2da4b084014e4da731740e0df Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 16 Mar 2019 20:33:08 +1300 Subject: Add simple solver testing framework --- test/001-easy/in.sku | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/001-easy/in.sku (limited to 'test/001-easy/in.sku') diff --git a/test/001-easy/in.sku b/test/001-easy/in.sku new file mode 100644 index 0000000..2145237 --- /dev/null +++ b/test/001-easy/in.sku @@ -0,0 +1,10 @@ +? 6 1 |5 ? ? |? ? 9 +? 7 5 |4 9 3 |6 ? ? +9 ? ? |6 ? ? |? 7 ? +4 ? ? |2 ? 6 |? ? ? +3 ? 9 |? ? ? |2 ? 7 +? ? ? |9 ? 5 |? ? 3 +? 8 ? |? ? 9 |? ? 5 +? ? 4 |7 5 2 |8 9 ? +5 ? ? |? ? 1 |7 3 ? + -- cgit v1.1