ReadTecxtFile

This commit is contained in:
2020-06-21 22:24:49 +02:00
parent 7f968cba8e
commit 04fbaa0cf5
5 changed files with 55 additions and 7 deletions

12
.theia/tasks.json Normal file
View File

@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "runBuild",
"type": "shell",
"command": "./build_and_run.sh"
}
]
}