https://github.com/average-user/aoc2020
https://github.com/average-user/aoc2020
aoc aoc2020
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/average-user/aoc2020
- Owner: Average-user
- Created: 2020-12-12T02:08:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T06:34:49.000Z (over 5 years ago)
- Last Synced: 2025-07-06T08:43:59.484Z (12 months ago)
- Topics: aoc, aoc2020
- Language: Common Lisp
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
(some)solutions to 2020's [Advent Of Code](https://adventofcode.com/2020)
How to run:
```
ghc -O2 dayXX.hs && ./dayXX
luajit dayXX.lua
clj -M dayXX.clj
python dayXX.py (python 2.7)
rustc -O dayXX.hs && ./dayXX
sbcl --load dayXX.lisp --eval '(quit)'
```