Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolay/advent-of-code
Advent of Code
https://github.com/nikolay/advent-of-code
advent-of-code advent-of-code-2021
Last synced: 1 day ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/nikolay/advent-of-code
- Owner: nikolay
- License: mit
- Created: 2021-12-07T08:39:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T23:23:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T02:36:51.565Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2021
- Language: Go
- Homepage: https://adventofcode.com/
- Size: 159 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Advent of Code
This repository contains my solutions for [Advent of Code 2021](https://adventofcode.com/2021)
using Go.## Learning Go
I am learning Go and I'm using the Advent of Code as a way to practice more generic programming.