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/functions1/main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'exercises/functions/functions1') diff --git a/exercises/functions/functions1/main.go b/exercises/functions/functions1/main.go index 9ad8e8a..cf47e93 100644 --- a/exercises/functions/functions1/main.go +++ b/exercises/functions/functions1/main.go @@ -1,9 +1,12 @@ // functions1 // Make me compile! -// I AM NOT DONE package main func main() { call_me() } + +func call_me() { + +} -- cgit v1.2.3-70-g09d2