This repository has been archived on 2023-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
eleith 55fa2bc774 add setup instructions 2023-02-28 07:49:47 -08:00
1 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
2 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
3 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
4 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
5 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
6 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
7 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
8 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
9 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
10 elves are crazy 2022-12-10 08:42:20 -08:00
11 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
12 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
13 distressing for sure 2022-12-14 22:26:43 -08:00
14 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
15 diamonds everywhere 2022-12-17 06:56:54 -08:00
16 the frist valve is not always equal 'AA' 2022-12-20 06:18:17 -08:00
17 1 billion blocks 2022-12-23 21:36:23 -08:00
18 cube. 2022-12-27 22:27:51 -08:00
19 round and round we go 2023-01-12 06:33:42 -08:00
20 round and round we go 2023-01-12 06:33:42 -08:00
21 better humn 2023-01-14 08:22:34 -08:00
22 cleaning up the cube 2023-02-25 22:38:25 -08:00
23 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
24 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
25 cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
.eslintrc.json init repo for ts solutions 2022-12-09 09:47:27 -08:00
.gitignore init repo for ts solutions 2022-12-09 09:47:27 -08:00
.prettierrc.json init repo for ts solutions 2022-12-09 09:47:27 -08:00
.tool-versions init repo for ts solutions 2022-12-09 09:47:27 -08:00
README.md add setup instructions 2023-02-28 07:49:47 -08:00
package-lock.json so many rotations 2023-02-08 22:22:20 -08:00
package.json cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
solve.sh cleanup and succinctify solve.sh 2023-02-17 22:33:57 -08:00
tsconfig.json init repo for ts solutions 2022-12-09 09:47:27 -08:00

README.md

advent of code

https://adventofcode.com/

2022

approach

typescript | just having fun

setup

download and using npm, install dependencies

npm install

run

[DEBUG=true] npm run solve -- <day>

notes

  • READMEs embedded examples aren't formatted
  • some days only have part 2 solutions intact