diff options
Diffstat (limited to 'day07/example.txt')
| -rw-r--r-- | day07/example.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/day07/example.txt b/day07/example.txt new file mode 100644 index 0000000..09a921e --- /dev/null +++ b/day07/example.txt | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | $ cd / | ||
| 2 | $ ls | ||
| 3 | dir a | ||
| 4 | 14848514 b.txt | ||
| 5 | 8504156 c.dat | ||
| 6 | dir d | ||
| 7 | $ cd a | ||
| 8 | $ ls | ||
| 9 | dir e | ||
| 10 | 29116 f | ||
| 11 | 2557 g | ||
| 12 | 62596 h.lst | ||
| 13 | $ cd e | ||
| 14 | $ ls | ||
| 15 | 584 i | ||
| 16 | $ cd .. | ||
| 17 | $ cd .. | ||
| 18 | $ cd d | ||
| 19 | $ ls | ||
| 20 | 4060174 j | ||
| 21 | 8033020 d.log | ||
| 22 | 5626152 d.ext | ||
| 23 | 7214296 k | ||
