Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tylerfehr/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

83 Commits

Repository files navigation

Advent of Code

__Note: Caught covid the last few weeks. I'm still planning on completing the entirety of the challenge, probably just not super quickly

My solutions for advent of code

2022: Screen Shot 2022年12月08日 at 10 56 57 AM

Run a Single Part's Solution

npx ts-node ./src/{year}/day-{day number}/part-{part number}

e.g.

npx ts-node ./src/2022/day-1/part-1.ts

Run All Solutions

yarn run solve

Permission Denied

If you get a permission denied error after running the solve command, run:

chmod u+r+x ./src/run-all-solutions.sh

to grant read and execute permissions to the script.

AltStyle によって変換されたページ (->オリジナル) /