[add] Set new dub project up for game app.

This commit is contained in:
2019-10-10 00:00:00 +00:00
parent d66764e9b4
commit f240988463
2 changed files with 12 additions and 2 deletions

5
src/main.d Normal file
View File

@@ -0,0 +1,5 @@
/// License: MIT
int main(string[] args) {
return 0;
}