Update README and brushed up examples

This commit is contained in:
haru-s 2024-05-17 22:15:35 +09:00
parent 95c263c566
commit 2210579249
30 changed files with 188 additions and 59 deletions

View file

@ -12,7 +12,10 @@
"problemMatcher": [
"$dmd"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"label": "dub: Build progressbar_sample",
"detail": "dub build --compiler=dmd.EXE -a=x86_64 -b=debug -c=application"
}