9 lines
89 B
D
9 lines
89 B
D
|
|
import std.stdio;
|
|
import utils;
|
|
|
|
void main ()
|
|
{
|
|
printGreeting ("a Meson D test");
|
|
}
|