This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Course-S1/.vscode/settings.json

5 lines
82 B
JSON
Raw Permalink Normal View History

2021-11-28 09:22:11 +00:00
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin"
}