6 lines
70 B
D
6 lines
70 B
D
import thirdworld.common.log;
|
|
|
|
void main() {
|
|
logInfo("Test");
|
|
}
|
import thirdworld.common.log;
|
|
|
|
void main() {
|
|
logInfo("Test");
|
|
}
|