2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-06-27 06:43:13 +00:00
This commit is contained in:
2019-08-08 22:02:31 +03:00
parent 1bf0bc32ae
commit 1f76327ced
6 changed files with 259 additions and 66 deletions

5
.vscode/launch.json vendored
View File

@ -6,10 +6,9 @@
"configurations": [
{
"name": "Dart",
"program": "bin/main.dart",
"program": "test/main.dart",
"request": "launch",
"type": "dart",
""
"type": "dart"
}
]
}