This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
metya
/
AoC
mirror de
https://github.com/metya/AoC.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
5347f18e3e
Branches
Tags
main
AoC
/
aoc2024
/
day4
/
day4_test.go
day4_test.go
106 B
Histórico
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()
}
}