Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernando-playplay/advent-of-code-2021
TDD Solutions to this year's advent of code
https://github.com/fernando-playplay/advent-of-code-2021
Last synced: about 1 month ago
JSON representation
TDD Solutions to this year's advent of code
- Host: GitHub
- URL: https://github.com/fernando-playplay/advent-of-code-2021
- Owner: fernando-playplay
- License: wtfpl
- Created: 2021-12-03T15:06:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T17:54:02.000Z (about 3 years ago)
- Last Synced: 2024-01-31T14:36:21.305Z (12 months ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advent of code 2021
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
[Page of the Event](https://adventofcode.com/2021)
# TDD
I'll try to solve this year's advent of code trying a TDD approach just for fun using PHP :raised_hands: