2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-18 14:20:05 +01:00
waf/playground/go/main.go

11 lines
145 B
Go

// By: Tom Wambold <tom5760@gmail.com>
package main
import "other"
func main() {
a := other.Vector3 {1, 2, 3};
a.Size();
return;
}