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

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

Collecting solutions to advent of code exercises.
https://github.com/asphaltbuffet/advent-of-code

advent-of-code-2022 adventofcode adventofcode-go adventofcode2021 go

Last synced: 2 months ago
JSON representation

Collecting solutions to advent of code exercises.

Awesome Lists containing this project

README

          

[![go.mod](https://img.shields.io/github/go-mod/go-version/asphaltbuffet/advent-of-code)](go.mod)
[![LICENSE](https://img.shields.io/github/license/asphaltbuffet/advent-of-code)](LICENSE)
[![wakatime](https://wakatime.com/badge/user/09307b0e-8348-4b4e-9b67-0026db3fe1f5/project/d8517ea0-1006-42ab-b5f3-0cc1f86b7e70.svg)](https://wakatime.com/badge/user/09307b0e-8348-4b4e-9b67-0026db3fe1f5/project/d8517ea0-1006-42ab-b5f3-0cc1f86b7e70)

# ProgPrac

Collecting solutions to programming exercises.

## Advent of Code

[![2015 Stars](https://img.shields.io/badge/2015_⭐-18-black)](exercises/2015/README.md)
[![2016 Stars](https://img.shields.io/badge/2016_⭐-2-blue)](exercises/2016/README.md)
[![2017 Stars](https://img.shields.io/badge/2017_⭐-2-green)](exercises/2017/README.md)
[![2018 Stars](https://img.shields.io/badge/2018_⭐-2-lightgrey)](exercises/2018/README.md)
[![2019 Stars](https://img.shields.io/badge/2019_⭐-2-orange)](exercises/2019/README.md)
[![2020 Stars](https://img.shields.io/badge/2020_⭐-2-yellow)](exercises/2020/README.md)
[![2021 Stars](https://img.shields.io/badge/2021_⭐-4-darkblue)](exercises/2021/README.md)
[![2022 Stars](https://img.shields.io/badge/2022_⭐-50-red)](exercises/2022/README.md)
[![2023 Stars](https://img.shields.io/badge/2023_⭐-50-pink)](exercises/2023/README.md)
[![2024 Stars](https://img.shields.io/badge/2024_⭐-0-green)](exercises/2024/README.md)

## Project Euler

TBD

## Exercism

- [Go Track](tracks/go)
- [Nim Track](tracks/nim)
- [Python Track](tracks/python)
- [Vimscript Track](tracks/vimscript)