Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1004 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 1004 Bytes

Advent of Code

MIT License JavaScript Rust

Advent of Code 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 - all available editions
  • 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.