Initial commit
This commit is contained in:
5
source/main.d
Normal file
5
source/main.d
Normal file
@ -0,0 +1,5 @@
|
||||
import thirdworld.common.log;
|
||||
|
||||
void main() {
|
||||
logInfo("Test");
|
||||
}
|
||||
Reference in New Issue
Block a user