mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
9 lines
82 B
Go
9 lines
82 B
Go
// -*- go -*-
|
|
//
|
|
|
|
package main
|
|
|
|
func main(a, b int1024) int1024 {
|
|
return a * b
|
|
}
|