module test;import std.stdio;void main() { 5.writeln; writeln = 6; auto writeln = 7; writeln.writeln;}