https://github.com/stephenhebert/advent-of-code-2024
https://github.com/stephenhebert/advent-of-code-2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephenhebert/advent-of-code-2024
- Owner: stephenhebert
- Created: 2024-12-05T19:57:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T15:09:04.000Z (over 1 year ago)
- Last Synced: 2024-12-16T16:25:15.178Z (over 1 year ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-advent-2024
https://adventofcode.com/2024
# To run:
1. Install tsx
`> npm i -g tsx`
2. Execute
`> tsx cd day1 && tsx 1.ts`