Update DESCRIPTION.md with challenge instruction - #256
Conversation
Added instruction to run the challenge for the flag.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 95ce8d0584
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| Of course, the same value can be interpreted/reasoned about in multiple ways. | ||
| We'll explore that here across the four interpretations we've studied (unsigned decimal, signed decimal, hex, and twos-complement binary). | ||
| Work through every conversion to earn the flag. | ||
| Work through every conversion to earn the flag. Run /challenge/mixed and get the flag! |
There was a problem hiding this comment.
Put the run instruction on its own formatted line
For these interactive conversion levels, the repository instructions require the DESCRIPTION to keep one sentence per line and end with a standalone command such as Run /challenge/X and get the flag!; sibling levels in this module follow that pattern. Keeping the new instruction appended here also leaves /challenge/mixed unformatted, making this level inconsistent with the documented learner-facing format.
Useful? React with 👍 / 👎.
Added line breaks to follow repo's instructions in DESCRIPTION.md.
Added instruction to run the challenge for the flag.