mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
9 lines
101 B
Go
Executable File
9 lines
101 B
Go
Executable File
package main
|
|
|
|
import "github.com/bloeys/physx-go/pgo"
|
|
|
|
func main() {
|
|
pgo.Test()
|
|
println("Hey!!")
|
|
}
|