mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-15 07:27:32 +01:00
74f812dd33
Closes #3140
7 lines
56 B
Go
7 lines
56 B
Go
package main
|
|
|
|
func Foo(x int) int {
|
|
x ^= x
|
|
return x
|
|
}
|