邓心一 6 years ago
parent
commit
d623009b9d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hard/224.basic-calculator.go

+ 3 - 0
hard/224.basic-calculator.go

@@ -0,0 +1,3 @@
+func calculate(s string) int {
+	return 0
+}