trying shiet out

This commit is contained in:
Set Sakrecoer 2019-04-28 21:42:31 +02:00
parent 959e888095
commit f0d76bd04c
3 changed files with 19 additions and 21 deletions

14
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
// 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": "node",
"request": "launch",
"name": "Launch Program",
"program": "${file}"
}
]
}