/advent-of-code

My solutions for advent of code.

Primary LanguageJupyter Notebook

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