7 lines
82 B
Go
7 lines
82 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestExample3D_Main(t *testing.T) {
|
|
main()
|
|
}
|