From 4cb3fa6de434d287bb46ca94c3026880164cb774 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sun, 5 Feb 2023 01:32:03 +0000 Subject: complete day 6 and 7 --- day07/examples/test.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 day07/examples/test.txt (limited to 'day07/examples/test.txt') diff --git a/day07/examples/test.txt b/day07/examples/test.txt new file mode 100644 index 0000000..09a921e --- /dev/null +++ b/day07/examples/test.txt @@ -0,0 +1,23 @@ +$ cd / +$ ls +dir a +14848514 b.txt +8504156 c.dat +dir d +$ cd a +$ ls +dir e +29116 f +2557 g +62596 h.lst +$ cd e +$ ls +584 i +$ cd .. +$ cd .. +$ cd d +$ ls +4060174 j +8033020 d.log +5626152 d.ext +7214296 k -- cgit v1.2.3