Proof: Difference between revisions

m
→‎{{header|Go}}: Corrected typo in comment.
(Added Go)
m (→‎{{header|Go}}: Corrected typo in comment.)
Line 363:
}
 
// Test if even number addition is commutative for gvengiven numbers.
func testCommutative(e1, e2 *EvenNumber) {
c1, c2 := countEven(e1), countEven(e2)
9,479

edits