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
- Host: GitHub
- URL: https://github.com/fuzzypixelz/aoc2021
- Owner: fuzzypixelz
- License: mit
- Created: 2021-12-01T10:43:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T10:54:06.000Z (over 4 years ago)
- Last Synced: 2025-01-28T13:29:32.287Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!