app.d 88 B

1234567
  1. import std.stdio;
  2. void main()
  3. {
  4. string line;
  5. line.length > 0 || line = "\n";
  6. }