Add challenge 39#1
Open
Oxke wants to merge 3 commits into
Open
Conversation
I added another simple challenge, similar to `cd_permission`. A big
difference, however, is that since one would have to `cd` 100 times
before reaching the end, it's better to find another way.
In particular, all of the folders' names are presented as files in
`workspace`. The player has to just sort them (or realize they are
already sorted from ls) and paste them together forming a path.
A better explanation and an example is given in the challenge's
description.
Here is a base64-encoded solution:
```Y2F0IGBscyB8IHBhc3RlIC1zZCAvYAo=```
to decode it you just need to run the `echo {ENC} | base64 -d`
I placed it after cd_permission since it's similar.
Author
|
I just added another (much easier) challenge (there are more details in the commit message and challenge description) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a challenge that can be solved using also
xargsor similar.