forked from Labore/PR2-L
1
0
Fork 0

add cli args to wortstatistik

main
Gerd Marmitt 2025-04-29 17:32:20 +02:00
parent 7e082e31a6
commit 4d0db08a3c
1 changed files with 36 additions and 0 deletions

36
.vscode/launch.json vendored
View File

@ -4,6 +4,42 @@
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"type": "java",
"name": "CollectionsDemo",
"request": "launch",
"mainClass": "CollectionsDemo",
"projectName": "PR2-L_232be59f"
},
{
"type": "java",
"name": "SortComparable",
"request": "launch",
"mainClass": "SortComparable",
"projectName": "PR2-L_232be59f"
},
{
"type": "java",
"name": "For_Demo",
"request": "launch",
"mainClass": "For_Demo",
"projectName": "PR2-L_232be59f"
},
{
"type": "java",
"name": "Wortstatistik",
"request": "launch",
"mainClass": "Wortstatistik",
"projectName": "PR2-L_232be59f",
"args": "Wortstatistik/loremipsum.txt"
},
{
"type": "java",
"name": "Wartezimmer",
"request": "launch",
"mainClass": "Wartezimmer",
"projectName": "PR2-L_232be59f"
},
{ {
"type": "java", "type": "java",
"name": "NIOCopy", "name": "NIOCopy",