Урок 1 из 7

Tap the word that belongs in the gap.

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