mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-31 04:54:28 +01:00
6 lines
53 B
Go
6 lines
53 B
Go
package main
|
|
|
|
func Foo() bool {
|
|
return 1.0 == 1.0
|
|
}
|