We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b9df8 commit 1a54270Copy full SHA for 1a54270
README.md
@@ -3,3 +3,6 @@ Some of my solutions in [Snek](https://sneklang.org/), but they should also work
3
line with a single dot '.', because I read the files using input() and Snek doesn't have exceptions.
4
5
https://adventofcode.com/
6
+
7
+I installed Snek in Debian Bullseye Linux by cloning lola, compiling with `make`, and installing with `make install`, and then installing the
8
+dependancies except lola. Then cloning snek, compiling from `~/snek/ports/posix/` with `make`, and installing with `make install`.
0 commit comments