[rs] Solve 2022_07 part 1
This commit is contained in:
parent
d1f20886fb
commit
04f61205cb
7 changed files with 1198 additions and 0 deletions
23
sample_inputs/2022/2022_07.input
Normal file
23
sample_inputs/2022/2022_07.input
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue