Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiremoons/adventofcode2021
Solutions for Advent of Code puzzles: https://adventofcode.com/2021
https://github.com/wiremoons/adventofcode2021
aoc aoc-2021-in-fortran aoc2021 deno fortran typescript
Last synced: 1 day ago
JSON representation
Solutions for Advent of Code puzzles: https://adventofcode.com/2021
- Host: GitHub
- URL: https://github.com/wiremoons/adventofcode2021
- Owner: wiremoons
- License: mit
- Created: 2021-12-01T18:11:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T10:24:12.000Z (about 2 years ago)
- Last Synced: 2024-04-21T10:17:27.580Z (7 months ago)
- Topics: aoc, aoc-2021-in-fortran, aoc2021, deno, fortran, typescript
- Language: Fortran
- Homepage:
- Size: 283 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2021
My attempts at solutions for *Advent of Code (AoC) 2021* puzzles that can be found
here: https://adventofcode.com/2021## Daily Solutions
Below links to each days puzzle I have solved so far:
- [Day One - solved using Fortran](./Day-01/Day01-Puzzle.md)
- [Day Two - solved using Fortran](./Day-02/Day02-Puzzle.md)
- [Day Three - solved using Fortran and TypeScript (Deno)](./Day-03/Day03-Puzzle.md)
- [Day Four - solved using Fortran](./Day-04/Day04-Puzzle.md)
- [Day Five - solved using Fortran](./Day-05/Day05-Puzzle.md)
- [Day Six - solved using Fortran](./Day-06/Day06-Puzzle.md)
- [Day Seven - solved using Fortran](./Day-07/Day07-Puzzle.md)
- [Day Eight - solved using Fortran](./Day-08/Day08-Puzzle.md)
- [Day Nine - solved using TypeScript (Deno)](./Day-09/Day09-Puzzle.md)
- [Day Ten - solved using TypeScript (Deno)](./Day-10/Day10-Puzzle.md)
- [Day Eleven - solved using TypeScript (Deno)](./Day-11/Day11-Puzzle.md)
- [Day Twelve - solved using Fortran ** WIP](./Day-12/Day12-Puzzle.md)
- [Day Thirteen - tbc](./Day-13/Day13-Puzzle.md)
- [Day Fourteen - solved using Fortran ** WIP](./Day-14/Day14-Puzzle.md)- Above as **WIP** are 'Work In Progress' solutions.
## License
The code in this repository is provided under the MIT open source license. A copy of the
MIT license file is [here](./LICENSE).