mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
12 lines
117 B
Go
12 lines
117 B
Go
// -*- go -*-
|
|
|
|
package main
|
|
|
|
// @Test 42 1 = 1
|
|
func main(a, b int32) int2 {
|
|
if 1%2 == 0 {
|
|
return 0
|
|
}
|
|
return 1
|
|
}
|