Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artdaw/adventofcode2021

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that is solved in different languages.
https://github.com/artdaw/adventofcode2021

advent-of-code advent-of-code-2021 javascript python3

Last synced: about 1 month ago
JSON representation

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that is solved in different languages.

Awesome Lists containing this project

README

        

[![Build Status](https://app.travis-ci.com/artdaw/adventofcode2021.svg?branch=main)](https://app.travis-ci.com/artdaw/adventofcode2021)

# Advent of Code 2021

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that is solved in different languages.

I implement all puzzles using the following languages:

- [JavaScript](./javascript)
- [Python](./python)