diff options
Diffstat (limited to 'maps/cost_test')
| -rw-r--r-- | maps/cost_test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/maps/cost_test b/maps/cost_test new file mode 100644 index 0000000..481f1c1 --- /dev/null +++ b/maps/cost_test @@ -0,0 +1,11 @@ +10x10 +1 2 3 4 5 6 7 8 9 0 +2 3 4 5 6 7 8 9 0 1 +3 4 5 6 7 8 9 0 1 2 +4 5 6 7 8 9 0 1 2 3 +5 6 7 8 9 0 1 2 3 4 +6 7 8 9 0 1 2 3 4 5 +7 8 9 0 1 2 3 4 5 6 +8 9 0 1 2 3 4 5 6 7 +9 0 1 2 3 4 5 6 7 8 +0 1 2 3 4 5 6 7 8 9 |
