Skip to content

Latest commit

 

History

History

210218

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

# compile to .out file
g++ -std=c++11 ctut.cpp

# run
./a.out


g++ -std=c++11 ctut.cpp && ./a.out