7 lines
185 B
Go
7 lines
185 B
Go
|
|
// Code generated by command: go run asm.go -out issue122.s -stubs stub.go. DO NOT EDIT.
|
||
|
|
|
||
|
|
package issue122
|
||
|
|
|
||
|
|
// Triangle computes the nth triangle number.
|
||
|
|
func Triangle(n uint64) uint64
|