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

https://github.com/fuzzypixelz/aoc2021

Solutions to Advent of Code 2021
https://github.com/fuzzypixelz/aoc2021

Last synced: about 1 year ago
JSON representation

Solutions to Advent of Code 2021

Awesome Lists containing this project

README

          

# Advent of Code 2021: A new language everyday

## Day 01

Writing in C got a bit tricky when dealing with the sliding window,
as you need to look ahead (or seek back) each two lines.
Remember kids, Man pages are your friend!