test.go 71 B

123456
  1. // test/test.go
  2. package test
  3. func Add(a, b int) int {
  4. return a + b
  5. }