Setup¶
You're building an app named "woof" 🐶 that helps people identify dogs in movies. Run the following setup commands to get started..
The above commands produce a git repo with a working tree that looks like this
and one commit.
Challenge¶
Now your task is to implement the movies module. Run the following commands to create a movies/
directory with two files.
Now the working tree looks like this
Commit your changes.
Notice
As you were implementing the movies module, you remembered to add "lab" to dogs.txt
.