RandomGuy70hz / cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 100.0%