aoc21/d15/dijkstra_test.go
2022-12-16 21:36:57 +02:00

7 lines
68 B
Go

package d15
import "testing"
func TestDijkstra(t *testing.T) {
}