/cpp

Primary LanguageC++

Quick rundown:

  • This is a repo for my own personal c++ journey.

  • It will be nice to look back on one day.

  • To compile:

g++ <filename.cpp> -o <executable name>
  • Run executable with:
./<filename.cpp>
./a.out

Dated 28/03/2023