4

GitHub - tylerfehr/advent-of-code: My solutions for the advent of code

 1 year ago
source link: https://github.com/tylerfehr/advent-of-code
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Advent of Code

My solutions for advent of code

2022:

Run a Single Part's Solution

npx ts-node ./src/{year}/day-{day number}/part-{part number}
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.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK