Perfect numbers: Difference between revisions

Content added Content deleted
m (added whitespace before the TOC.)
Line 747: Line 747:


=={{header|Go}}==
=={{header|Go}}==

{{incorrect|Go|The point is to demonstrate finding perfect numbers in each language, not to return True on certain inputs, which is what we call optimising for the given test cases. All the other answers actually calculate things; why you gotta make Go look bad?}}
<lang go>package main
<lang go>package main