6 lines
136 B
Bash
6 lines
136 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
|