Rename chapters into "internals" and "intro"

This commit is contained in:
Sebastian Morr 2020-10-01 15:03:02 +02:00
parent 70fe577788
commit f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/puzzle-trees-all-the-way-down

View file

@ -0,0 +1,3 @@
Construct a chain of three trees, which don't point to anything else.
This is hard! The `git mktree` command might be useful.