224.basic-calculator.go 43 B

123
  1. func calculate(s string) int {
  2. return 0
  3. }