mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 23:44:31 +01:00
7 lines
70 B
Go
7 lines
70 B
Go
package main
|
|
|
|
func Foo(foo vec2) int {
|
|
var a [2]int
|
|
return len(a)
|
|
}
|