11 lines
82 B
Go
Raw Normal View History

2025-06-25 16:04:30 +08:00
package args
type MulReq struct {
A int
B int
}
type MulRsp struct {
C int
}