init commit

This commit is contained in:
Justin Parsell
2022-03-01 16:05:11 -05:00
commit 9731cf88e1
8 changed files with 363 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// 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": [
{
"type": "java",
"name": "Launch App",
"request": "launch",
"mainClass": "App",
"projectName": "JavaPingReport_ce27afdc",
}
]
}