Compare commits
1 commit
master
...
support/v1
Author | SHA1 | Date | |
---|---|---|---|
655ead7336 |
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ func Mul(a, b int) int {
|
|||
func MulFloat(a, b float64) float64 {
|
||||
return a * b
|
||||
}
|
||||
|
||||
func Sub(a, b int) int {
|
||||
return a - b
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue