From 7a5f1e0c9d30749c325d61f1c9771ba4f1a68750 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 9 Aug 2024 15:33:56 -0500 Subject: feat: complete functions and variables --- exercises/functions/functions3/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'exercises/functions/functions3/main.go') 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) { -- cgit v1.2.3-70-g09d2