2025-06-25 16:04:30 +08:00

11 lines
82 B
Go

package args
type MulReq struct {
A int
B int
}
type MulRsp struct {
C int
}