Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/artdaw/adventofcode2021
- Owner: artdaw
- License: mit
- Created: 2021-12-03T14:49:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T20:45:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T09:12:54.094Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2021, javascript, python3
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)