This commit is contained in:
2021-11-22 11:16:23 +01:00
parent 78548e5c04
commit 2dc4e3bd8f
18 changed files with 686 additions and 331802 deletions

10
.vscode/launch.json vendored
View File

@@ -4,7 +4,13 @@
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Main",
"request": "launch",
"mainClass": "POO.T5_autoboxing_des_types_primitifs.Main",
"projectName": "Labo_6a2f7ad1"
},
{
"type": "java",
"name": "Launch Current File",
@@ -374,7 +380,7 @@
"request": "launch",
"mainClass": "various_tests.random",
"projectName": "Labo_6a2f7ad1",
"encoding":"UTF-8"
"encoding": "UTF-8"
}
]
}