app.d 89 B

123456789
  1. import std.stdio;
  2. import utils;
  3. void main ()
  4. {
  5. printGreeting ("a Meson D test");
  6. }