aboutsummaryrefslogtreecommitdiff
path: root/semestre 2/informatique/tme/semaine8/build_run.sh
blob: 4a3276892181e7a7a3c60d23b8f47fcae57c2542 (plain)
1
2
3
4
#!/usr/bin/env bash
gcc -Wall -o app liste_entiers.c liste_entiers.h test_liste.c
./app
rm app