From 0a507d6986d220b56c8e55c55b71fa7c4d560993 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Fri, 14 Apr 2023 00:25:59 +0200 Subject: Day13 done in rust --- 2022/Rust/input/day13.test | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 2022/Rust/input/day13.test (limited to '2022/Rust/input/day13.test') diff --git a/2022/Rust/input/day13.test b/2022/Rust/input/day13.test new file mode 100644 index 0000000..af73fbb --- /dev/null +++ b/2022/Rust/input/day13.test @@ -0,0 +1,23 @@ +[1,1,3,1,1] +[1,1,5,1,1] + +[[1],[2,3,4]] +[[1],4] + +[9] +[[8,7,6]] + +[[4,4],4,4] +[[4,4],4,4,4] + +[7,7,7,7] +[7,7,7] + +[] +[3] + +[[[]]] +[[]] + +[1,[2,[3,[4,[5,6,7]]]],8,9] +[1,[2,[3,[4,[5,6,0]]]],8,9] -- cgit v1.2.3