Poindexter/examples/kdtree_2d_ping_hop/main_test.go

7 lines
82 B
Go

package main
import "testing"
func TestExample2D_Main(t *testing.T) {
main()
}