NAT playground project

This commit is contained in:
2021-09-07 20:15:39 -06:00
parent 48b3051c17
commit 9b22655c5b
20 changed files with 195 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}