Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timkurvers/advent-of-code
- Owner: timkurvers
- License: mit
- Created: 2018-12-02T22:17:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T09:21:13.000Z (3 months ago)
- Last Synced: 2024-10-12T03:20:06.585Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 4.14 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).