main.d 59 B

123456
  1. import std.stdio;
  2. void main() {
  3. writeln("hello!");
  4. }