0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
Let's take a look at what's inside this suspicious commit object file.
cat path/to/file/from-before
Nope... it's a mess. The contents have been compressed to raw bytes!
xxd path/to/file/from-before
You may need to install xxd.
xxd path/to/file/from-before > /tmp/commit_object_hex.txt
Run and submit the CLI tests.
The Boot.dev CLI requires you to be signed in to submit your solution!
Copy/paste one of the following commands into your terminal:
Run
bootdev run 4efdf7b5-dd51-40ea-99e3-4e221e24bd0f
Submit
bootdev run 4efdf7b5-dd51-40ea-99e3-4e221e24bd0f -s
Run the CLI commands to test your solution.
Using the Bootdev CLI
The Bootdev CLI is the only way to submit your solution for this type of lesson. We need to be able to run commands in your environment to verify your solution.
You can install it here. It's a Go program hosted on GitHub, so you'll need Go installed as well. Instructions are on the GitHub page.