8000 GitHub - mobluse/adventofcode2022 at 29178e1007101fd59295961fbed721931c4c853a
[go: up one dir, main page]

Skip to content

mobluse/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit
 

History

27 Commits

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Some of my solutions in Snek, but they should also work in Python. I have modified the input files by adding a last line with a single dot '.', because I read the files using input() and Snek doesn't have exceptions.

You get the input data from https://adventofcode.com/.

I installed Snek in Debian Bullseye Linux by cloning Lola, compiling with make, and installing with make install, and then installing the dependancies except lola. Then cloning snek, compiling from ~/snek/ports/posix/ with make, and installing with make install.

0