-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This cell contains a single block which houses all code challenges. | ||
|
||
They all share an instance of nixpkgs, as imported in the (cli invisible) block `./nixpkgs`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This block houses all the implementations for the different challenges. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
For this day I selected plain old bash file because it was the first thing that came to mind and it was easy to set up (thanks to `pkgs.writeShellApplication`), but after I was done, I felt really dirty. | ||
|
||
But the thing is, it IS really dirty. | ||
I just said "everything that is available, I can use" -- and it was way too much. | ||
Even `awk` was available. | ||
Thankfully, I at least had the dignity to not use that. |
File renamed without changes.