21 lines
94 B
C
21 lines
94 B
C
|
#!/bin/bash
|
||
|
|
||
|
initialisation(){
|
||
|
|
||
|
}
|
||
|
|
||
|
faux(){
|
||
|
|
||
|
}
|
||
|
|
||
|
vraie(){
|
||
|
|
||
|
}
|
||
|
|
||
|
victoire(){
|
||
|
|
||
|
}
|
||
|
|
||
|
defaite(){
|
||
|
|
||
|
}
|