Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webbertakken/advent-of-code
Me participating in Advent of Code
https://github.com/webbertakken/advent-of-code
advent-of-code aoc
Last synced: about 1 month ago
JSON representation
Me participating in Advent of Code
- Host: GitHub
- URL: https://github.com/webbertakken/advent-of-code
- Owner: webbertakken
- License: mit
- Created: 2022-12-01T12:14:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T17:15:04.000Z (about 2 months ago)
- Last Synced: 2024-12-08T17:19:04.348Z (about 2 months ago)
- Topics: advent-of-code, aoc
- Language: TypeScript
- Homepage: https://adventofcode.com/
- Size: 597 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
Me participating in [Advent of Code](https://adventofcode.com/2024/about).
To practice, I try to solve the problems in different languages;
ideally in a way that is idiomatic to the language.## Getting started
### Clone
Clone the repository and navigate to it's root directory.
```bash
git clone https://github.com/webbertakken/advent-of-code.git
cd advent-of-code
```### Navigate
Navigate to language and year of your choice.
For example:
```bash
cd 2022/typescript
```### Operate
Open the README.md file of the selected folder to see how to run the solutions.
## License
This repository is [MIT](./LICENSE) licensed.