Finito, reste a mettre au propre
This commit is contained in:
parent
1664672bcf
commit
0408cf8fa0
2 changed files with 10 additions and 10 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4ca8c3ee9afecc51a0e186b854a16a203c0954b3
|
||||
Subproject commit eef4708fbaefab57b4c4e49d0ca7311e9f0f8b85
|
|
@ -1,7 +1,7 @@
|
|||
int lire_tableau() {
|
||||
int tab[5] = {0,0,0,0,0};
|
||||
|
||||
print("Veuillez saisir une valeur\n");
|
||||
print("Veuillez saisir \nune valeur :\n");
|
||||
int val = get();
|
||||
|
||||
int i = 1;
|
||||
|
@ -12,12 +12,12 @@ int lire_tableau() {
|
|||
}
|
||||
|
||||
int youVeBeenHacked() {
|
||||
print("\0YOU HAVE BEEN HACKED\n\n");
|
||||
print(" (__)\n");
|
||||
print("(|) (00)\n");
|
||||
print(" |--(__) \n");
|
||||
print(" | _| _|\__/\n\n");
|
||||
print("Yark Yark Yark");
|
||||
print("\0\n\nYOU'VE BEEN HACKED\n\n");
|
||||
print(" (__)\n");
|
||||
print(" (|) (00)\n");
|
||||
print(" |--(__) \n");
|
||||
print(" | _| _|\__/\n\n");
|
||||
print(" Yark Yark Yark");
|
||||
while (1) {
|
||||
}
|
||||
}
|
||||
|
@ -27,11 +27,11 @@ int legitimeFunction() {
|
|||
}
|
||||
|
||||
int main() {
|
||||
print("Debut d'un programme\n");
|
||||
print("Debut du programme\n\n");
|
||||
int a = 0;
|
||||
int b = 0;
|
||||
lire_tableau();
|
||||
youVeBeenHacked();
|
||||
legitimeFunction();
|
||||
print("a=");
|
||||
print(a);
|
||||
print("\n");
|
||||
|
|
Loading…
Reference in a new issue