Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.