import std.stdio; import std.string; void main(){ write("Név: "); string nev = chomp(readln()); writeln("Ezt írtad: ", nev); }