mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-17 16:12:42 +08:00
7 lines
52 B
Go
7 lines
52 B
Go
package oss
|
|
|
|
// add two int
|
|
func Add(a, b int) {
|
|
|
|
}
|