C_CPP/02_MENT/Testat2/build.sh

8 lines
72 B
Bash
Raw Normal View History

2018-04-17 14:14:38 +02:00
#!/bin/bash
rm *.out
clang++-6.0 -std=c++14 main_02_MENT.cpp
./a.out