This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
metya
/
AoC
mirror da
https://github.com/metya/AoC.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
2b2ad75b2d
Rami (Branch)
Tag
main
AoC
/
aoc2024
/
day4
/
day4_test.go
day4_test.go
106 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
package main
import "testing"
func BenchmarkF(b *testing.B) {
for i := 0; i < b.N; i++ {
main()
}
}