Skip to content

Commit 894bb33

Browse files
committed
repositorio criado~
1 parent 574119d commit 894bb33

10 files changed

Lines changed: 531 additions & 319 deletions

File tree

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
5+
{
6+
"type": "node",
7+
"request": "launch",
8+
"name": "Launch Program",
9+
"program": "${file}"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)