https://github.com/kristian240/advent-of-code-2022
My attempt at AoC 2022 in TypeScript
https://github.com/kristian240/advent-of-code-2022
advent-of-code advent-of-code-2022 adventofcode adventofcode2022 node-js nodejs typescript
Last synced: 4 months ago
JSON representation
My attempt at AoC 2022 in TypeScript
- Host: GitHub
- URL: https://github.com/kristian240/advent-of-code-2022
- Owner: kristian240
- License: mit
- Created: 2022-12-01T06:16:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T21:52:05.000Z (almost 3 years ago)
- Last Synced: 2023-05-26T08:27:15.645Z (over 2 years ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, adventofcode2022, node-js, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of code 2022
This repository contains my solutions for the [Advent of Code 2022](https://adventofcode.com/2022) challenges.
## Usage
To run all solutions, run the following command:
```bash
$ ./run.sh
```
To run a specific solution, run the following command:
```bash
$ ./run.sh
```
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details