Files
avo/tests/fixedbugs/issue122/stub.go
2020-01-19 22:06:52 -08:00

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