Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadi-george/advent-of-code-2022
Solutions for advent of code 2022 using Typescript
https://github.com/fadi-george/advent-of-code-2022
advent-of-code advent-of-code-2022 aoc bunjs challenges javascript typescript
Last synced: 28 days ago
JSON representation
Solutions for advent of code 2022 using Typescript
- Host: GitHub
- URL: https://github.com/fadi-george/advent-of-code-2022
- Owner: fadi-george
- Created: 2022-12-03T21:56:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T01:20:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T03:02:26.557Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, bunjs, challenges, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2022 (Typescript)
My attempt at this year's advent of code.
## Running
Run the script solve with some day argument e.g.:
```
npm run solve -- --day=1
```or
cd into a day\_ folder and run w/ `ts-node` or `bun js` e.g.
```
bun part_1.ts
```[bunjs](https://bun.sh/) is a quick and easy way to run ts files.
You can replace the input.txt with your own custom input.