mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
7 lines
63 B
Go
7 lines
63 B
Go
|
package main
|
||
|
|
||
|
func Foo(f float) int {
|
||
|
x := int(f)
|
||
|
return x
|
||
|
}
|