Smallest square that begins with n: Difference between revisions

Content added Content deleted
Line 771: Line 771:


=={{header|D}}==
=={{header|D}}==
==={{trans|C++}}===
===Translation 1===
{{trans|C++}}


<syntaxhighlight lang="d">import std.stdio;
<syntaxhighlight lang="d">import std.stdio;