mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
6 lines
53 B
Go
6 lines
53 B
Go
package main
|
|
|
|
func Foo() bool {
|
|
return 1.0 == 1.0
|
|
}
|