Lesson 1 of 7

Tap the word that belongs in the gap.

func BenchmarkFib(b *   ) { for i := 0; i < b.N; i++ { Fib(20) } }