Added compile directions and warning to Day 3
This commit is contained in:
parent
7190d2814e
commit
1b14ad8869
1 changed files with 7 additions and 0 deletions
7
day3/README.md
Normal file
7
day3/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# AOC 2023 Day 3
|
||||||
|
|
||||||
|
To compile: `make`
|
||||||
|
|
||||||
|
To run: `insmod aoc2023d3p1.ko` or `insmod aoc2023d3p2.ko`
|
||||||
|
|
||||||
|
This **may crash your computer**, resulting in **permanent data loss**. I do **NOT** recommend running it on real hardware (unless you're an idiot like me).
|
Loading…
Reference in a new issue