miqt/examples/android6/startup_other.go

8 lines
68 B
Go
Raw Normal View History

2025-02-15 17:10:34 +13:00
// +build !android
package main
func main() {
myRealMainFunc()
}