about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--resources/solutions/01-DFS.fornax7
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ee57f83..f018cd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
 .precomp
 output/
 .log
-*.fornax
diff --git a/resources/solutions/01-DFS.fornax b/resources/solutions/01-DFS.fornax
new file mode 100644
index 0000000..438e7e1
--- /dev/null
+++ b/resources/solutions/01-DFS.fornax
@@ -0,0 +1,7 @@
+rows:3 cols:3
+.#......$
+!-@......$
+-#.@....$
+-#.-@...$
+-#.--@..$
+|-#.---..@
5'>125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159