3 lines
55 B
Bash
3 lines
55 B
Bash
|
#!/bin/bash
|
||
|
g++ main.cpp -lpthread -g -O0 -o mutex.out
|