mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-14 23:17:27 +01:00
7 lines
56 B
Go
7 lines
56 B
Go
|
package main
|
||
|
|
||
|
func Foo(x int) int {
|
||
|
x ^= x
|
||
|
return x
|
||
|
}
|