This commit is contained in:
2024-12-03 07:24:38 +00:00
parent e0b4f292c2
commit 8f4649e0aa
4 changed files with 38 additions and 0 deletions

16
2024/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"args": ["2"]
}
]
}