This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
metya
/
AoC
miroir de
https://github.com/metya/AoC.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
5347f18e3e
Branches
Tags
main
AoC
/
aoc2024
/
day4
/
day4_test.go
day4_test.go
106 B
Historique
Raw
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()
}
}