From 71d9bf8339aaf29c23b6bba7d99eba5c54fe6aaf Mon Sep 17 00:00:00 2001 From: dyachenkoas Date: Sun, 24 May 2026 22:20:13 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?dyachenkoas/docs2/data2=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dyachenkoas/docs2/data2/maze_no_exit.txt | 9 +++++++++ dyachenkoas/docs2/data2/maze_small.txt | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 dyachenkoas/docs2/data2/maze_no_exit.txt create mode 100644 dyachenkoas/docs2/data2/maze_small.txt diff --git a/dyachenkoas/docs2/data2/maze_no_exit.txt b/dyachenkoas/docs2/data2/maze_no_exit.txt new file mode 100644 index 0000000..7e997e0 --- /dev/null +++ b/dyachenkoas/docs2/data2/maze_no_exit.txt @@ -0,0 +1,9 @@ +########### +#S # +# ####### # +# # # +####### # # +# # # +# ####### # +# # # +########### \ No newline at end of file diff --git a/dyachenkoas/docs2/data2/maze_small.txt b/dyachenkoas/docs2/data2/maze_small.txt new file mode 100644 index 0000000..d4f79f8 --- /dev/null +++ b/dyachenkoas/docs2/data2/maze_small.txt @@ -0,0 +1,7 @@ +########## +#S # +# # #### # +# # # +#### # ## +# # E# +########## \ No newline at end of file