3 lines
135 B
Bash
Executable file
3 lines
135 B
Bash
Executable file
gcc test_facile.c -o test_facile
|
|
gcc test_moins_facile.c -o test_moins_facile
|
|
gcc -m32 test_moins_facile.c -o test_moins_facile_32-bit
|