Initial commit

This commit is contained in:
Maxwell Ruben
2026-03-18 23:15:24 -05:00
parent 26a3593c64
commit 5230248fd4
7 changed files with 75 additions and 46 deletions

5
source/main.d Normal file
View File

@ -0,0 +1,5 @@
import thirdworld.common.log;
void main() {
logInfo("Test");
}