forked from Snider/Poindexter
8 lines
82 B
Go
8 lines
82 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestExample3D_Main(t *testing.T) {
|
||
|
|
main()
|
||
|
|
}
|