Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timkurvers/advent-of-code

JavaScript/Rust solutions for Advent of Code
https://github.com/timkurvers/advent-of-code

Last synced: 6 days ago
JSON representation

JavaScript/Rust solutions for Advent of Code

Awesome Lists containing this project

README

        

# Advent of Code

[![MIT License](https://badgen.net/badge/license/MIT/)](LICENSE.md)
[![JavaScript](https://github.com/timkurvers/advent-of-code/workflows/js/badge.svg)](https://github.com/timkurvers/advent-of-code/actions?query=workflow%3Ajs)
[![Rust](https://github.com/timkurvers/advent-of-code/workflows/rust/badge.svg)](https://github.com/timkurvers/advent-of-code/actions?query=workflow%3Arust)

> [Advent of Code](https://adventofcode.com) is an Advent calendar of small
> programming puzzles for a variety of skill sets and skill levels that can be
> solved in any programming language you like.

This repository contains my Advent of Code solutions in:

- [JavaScript](js/) - all available editions
- [Rust](rust/) - slowly exploring the language 🥳

All puzzle, example and input data is normalized in the `puzzles`-folder so that
it can be used regardless of target language. This puzzle data is intellectual
property of Advent of Code / its creator [Eric Wastl](https://github.com/topaz).