the-evolution-of-a-go-programmer
the-evolution-of-a-go-programmer copied to clipboard
Extra cycle
for i := 2; i <= n; i++ {
res *= i
}