Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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++)

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!