3 lines
63 B
Bash
3 lines
63 B
Bash
|
#!/bin/bash
|
||
|
clang++ -std=c++14 -o controlFlowIntr main_ISR.cpp
|