This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
metya
/
AoC
mirror of
https://github.com/metya/AoC.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
5347f18e3e
Branches
Tags
main
AoC
/
aoc2024
/
day4
/
day4_test.go
day4_test.go
106 B
Lịch sử
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()
}
}