Poindexter/examples/kdtree_3d_ping_hop_geo/main_test.go

8 lines
82 B
Go
Raw Normal View History

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