Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiidiazglez/advent-of-code
Advent of Code 2021 (C++)
https://github.com/javiidiazglez/advent-of-code
advent-of-code advent-of-code-2021 advent-of-code-cpp adventofcode c-plus-plus code cpp
Last synced: about 3 hours ago
JSON representation
Advent of Code 2021 (C++)
- Host: GitHub
- URL: https://github.com/javiidiazglez/advent-of-code
- Owner: javiidiazglez
- Created: 2022-01-29T16:33:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T23:55:59.000Z (almost 3 years ago)
- Last Synced: 2023-09-22T07:21:30.118Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-cpp, adventofcode, c-plus-plus, code, cpp
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
### Ejecución del programa
Para compilar los archivos utilizamos el
> ./bin/nombre_ejecutable### Clasificación Archivos
- `/bin` = Ejecutables
- `/include` = Headers (.h)
- `/src` = (.cc)
- `Makefile` = Archivo para compilar (make)## Listado de repositorios:
- ### [Day 01](https://github.com/alu0101128894/Advent-of-Code/tree/main/Day%2001). Sonar Sweep
- ### [Day 02](https://github.com/alu0101128894/Advent-of-Code/tree/main/Day%2002). Dive!