This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
txlyre
/
farlands
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
d7deaf49ee
Ramuri
Etichete
master
farlands
/
langs
/
c
/
run.sh
run.sh
92 B
Istoric
Crud
1
2
3
4
5
6
7
OUT="$(mktemp)"
gcc -o "$OUT" -xc -
if [ -f $OUT ] && ! [ -s $OUT ]; then
exec "$OUT"
fi