diff options
author | Andinus <andinus@nand.sh> | 2021-11-03 21:11:09 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-03 21:11:09 +0530 |
commit | 03919ea02fe91e3742aa8c3805edb9c0f9883fda (patch) | |
tree | e36c4edde6f651e8259457ddeb1c6a1e9aad7c67 | |
parent | 74fa056d77235a3a5f7baec1367db590e74e0fd7 (diff) | |
download | fornax-03919ea02fe91e3742aa8c3805edb9c0f9883fda.tar.gz |
Add sample DFS solution
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | resources/solutions/01-DFS.fornax | 7 |
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 +.#......$ +!-@......$ +-#.@....$ +-#.-@...$ +-#.--@..$ +|-#.---..@ |