mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +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)
|
||
|
}
|