leschiffres / advent-of-code

My solutions for advent of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code

My solutions for advent of code.

To run a C file:

gcc warming_up.c -o code.exe
./code.exe

To run a C++ file:

g++ warming_up.cpp -o code.exe

About

My solutions for advent of code.


Languages

Language:Jupyter Notebook 55.5%Language:Python 28.9%Language:C++ 10.1%Language:C 5.2%Language:Go 0.4%