Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 221 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 221 Bytes

snippets

C++ 11/14/17 small code snippets that I wrote during my own learning process. Every file represents a standalone compilable program. Use

g++ -std=c++17 -o program_name file.cpp

to build the executable.