Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 203 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 203 Bytes

C++_Examples_Part_1

10 simple mini programs with c++ (Part 1)

How to compile

Use c++ or g++ and use -o to name output file:

c++ example.cpp -o output && ./output

Thanks