mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-24 03:47:25 +08:00
9 lines
120 B
Go
9 lines
120 B
Go
// -*- go -*-
|
|
|
|
package main
|
|
|
|
// @Test 0x40414243 1 = 0x40414243
|
|
func main(a []byte, b int) string {
|
|
return string(a)
|
|
}
|