lab7 - classe et tableaux

This commit is contained in:
2021-11-30 07:49:13 +01:00
parent 80c743cb15
commit a7eda55e9b
5 changed files with 238 additions and 0 deletions

7
.vscode/launch.json vendored
View File

@@ -4,6 +4,13 @@
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Task2Runner",
"request": "launch",
"mainClass": "lab7_Classe_et_tableaux.Task2Runner",
"projectName": "Labo_6a2f7ad1"
},
{
"type": "java",
"name": "Launch Task1Runner",