aboutsummaryrefslogtreecommitdiffstats
path: root/exercises/functions/functions3/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/functions/functions3/main.go')
-rw-r--r--exercises/functions/functions3/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/exercises/functions/functions3/main.go b/exercises/functions/functions3/main.go
index 5559841..69301b0 100644
--- a/exercises/functions/functions3/main.go
+++ b/exercises/functions/functions3/main.go
@@ -1,13 +1,12 @@
// functions3
// Make me compile!
-// I AM NOT DONE
package main
import "fmt"
func main() {
- call_me()
+ call_me(5)
}
func call_me(num int) {