Skip to content

Commit

Permalink
write some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuball committed Dec 3, 2024
1 parent d81c83d commit 410d7c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cells/code/README.md
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`.
1 change: 1 addition & 0 deletions cells/code/challenges/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This block houses all the implementations for the different challenges.
6 changes: 6 additions & 0 deletions cells/code/challenges/day-01-part1.md
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.

0 comments on commit 410d7c4

Please sign in to comment.