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
+.#......$
+!-@......$
+-#.@....$
+-#.-@...$
+-#.--@..$
+|-#.---..@