lab 7 - partie 1

This commit is contained in:
2021-11-29 20:20:20 +01:00
parent b76b39490c
commit 80c743cb15
3 changed files with 62 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 Task1Runner",
"request": "launch",
"mainClass": "lab7_Classe_et_tableaux.Task1Runner",
"projectName": "Labo_6a2f7ad1"
},
{
"type": "java",
"name": "Launch Main",