This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
metya
/
AoC
mirror de
https://github.com/metya/AoC.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
5347f18e3e
Ramos
Etiquetas
main
AoC
/
aoc2024
/
day4
/
day4_test.go
day4_test.go
106 B
Histórico
Em bruto
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()
}
}