5 lines
129 B
Bash
5 lines
129 B
Bash
|
#!/bin/bash
|
||
|
rm *.out
|
||
|
clang++-6.0 -std=c++14 -I ../helpers -o flow.out main_mp2_FLOW_a.cpp ../helpers/AnsiConsole.cpp
|
||
|
|
||
|
./flow.out
|