AlexAegis/advent-of-code

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.remarkrc.js1
A
0 mins
.rustfmt.toml
.templates/solution/{{year}}/day{{day}}/readme.md.tpl
.templates/solution/{{year}}/day{{day}}/resources/input.txt.tpl
.templates/solution/{{year}}/day{{day}}/rust/Cargo.toml.tpl
.templates/solution/{{year}}/day{{day}}/rust/benches/bench.rs.tpl
.templates/solution/{{year}}/day{{day}}/rust/src/lib.rs.tpl
.templates/solution/{{year}}/day{{day}}/rust/src/main.rs.tpl
.templates/solution/{{year}}/day{{day}}/rust/tests/part_one.rs.tpl
.templates/solution/{{year}}/day{{day}}/rust/tests/part_two.rs.tpl
.templates/solution/{{year}}/day{{day}}/typescript/index.ts.tpl
.templates/solution/{{year}}/day{{day}}/typescript/p1.ts.tpl
.templates/solution/{{year}}/day{{day}}/typescript/p2.ts.tpl
.templates/solution/{{year}}/day{{day}}/typescript/parse.ts.tpl
.templates/solution/{{year}}/day{{day}}/typescript/tests/part_one.spec.ts.tpl
.templates/solution/{{year}}/day{{day}}/typescript/tests/part_two.spec.ts.tpl
.versionrc.cjs
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
Cargo.lock
Cargo.toml
Pipfile
Pipfile.lock
codecov.yml
commitlint.config.cjs
eslint.config.js2
A
0 mins
license
lint-staged.config.js1
A
0 mins
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
readme.md
scripts/fix-permissions.sh
setup.cfg
solutions/python/aoclib/__init__.py1
A
0 mins
solutions/python/aoclib/aoclib.py23
A
0 mins
solutions/python/aoclib/pyproject.toml
solutions/python/aoclib/setup.py6
A
0 mins
solutions/python/readme.md
solutions/python/year2015/__init__.py0
A
0 mins
solutions/python/year2015/day01/__init__.py0
A
0 mins
solutions/python/year2015/day01/p1.py17
A
0 mins
solutions/python/year2015/day01/p1_test.py5
A
0 mins
solutions/python/year2015/day01/p2.py19
A
0 mins
solutions/python/year2015/day01/p2_test.py5
A
0 mins
solutions/python/year2015/day01/readme.md
solutions/python/year2015/day02/__init__.py0
A
0 mins
solutions/python/year2015/day02/p1.py15
A
0 mins