Jump to content

Steady squares: Difference between revisions

(Add Miranda)
Line 2,062:
≫ ‘STEDY’ STO
 
== {{header|Ruby}} ==
<syntaxhighlight lang="ruby">p (1..10_000).select{|n| (n*n).to_s.end_with? n.to_s }</syntaxhighlight>
{{out}}
<pre>[1, 5, 6, 25, 76, 376, 625, 9376]
</pre>
== {{header|TypeScript}} ==
{{trans|C}}
1,149

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.