diff --git a/src/annexe/.vscode/settings.json b/src/annexe/.vscode/settings.json deleted file mode 100644 index 30a4480..0000000 --- a/src/annexe/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "saeannexe.h": "c" - } -} \ No newline at end of file diff --git a/src/partie2/saeP2.h b/src/partie2/saeP2.h index 16610cc..2cbcd60 100644 --- a/src/partie2/saeP2.h +++ b/src/partie2/saeP2.h @@ -11,7 +11,7 @@ typedef struct int numcandid; char surname[31]; char name[31]; - int note[4] + int note[4]; voeu ListeVoeu[100]; }candidat;