Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 159 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 159 Bytes

Если есть cmake

mkdir build
cd build
cmake ..
make

Если не будет его, то...

g++ -std=c++11 -o main test.cpp && ./main