started ex_4

This commit is contained in:
2026-01-10 00:54:48 +01:00
parent ec4234ee13
commit a12ad2c0e4
16 changed files with 39013 additions and 0 deletions

9
.vscode/launch.json vendored
View File

@@ -53,6 +53,15 @@
"preLaunchTask": "build-task5",
"console": "integratedTerminal"
},
{
"type": "java",
"name": "Run Crawler (Week 4)",
"request": "launch",
"cwd": "${workspaceFolder}/week4_TinsaeGhilay/crawler",
"projectName": "crawler",
"mainClass": "com.tinsae.crawler.Main",
"console": "integratedTerminal"
},
{
"type": "java",
"name": "Run HelloWorldServer (Task 7/example)",