8000 Update README.md · mobluse/adventofcode2022@6d0b875 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d0b875

Browse files
authored
Update README.md
1 parent 1a54270 commit 6d0b875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Advent of Code 2022
22
Some of my solutions in [Snek](https://sneklang.org/), but they should also work in Python. I have modified the input files by adding a last
3-
line with a single dot '.', because I read the files using input() and Snek doesn't have exceptions.
3+
line with a single dot '.', because I read the files using `input()` and Snek doesn't have exceptions.
44

55
https://adventofcode.com/
66

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`.
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

Comments
 (0)
0