From bd5605938c67b16e7198e2f67aa05e3078bf64fa Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Mon, 21 Nov 2022 16:59:29 -0300 Subject: fix: rename exercise --- exercises/slices/slices3/main.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 exercises/slices/slices3/main.go (limited to 'exercises/slices/slices3') diff --git a/exercises/slices/slices3/main.go b/exercises/slices/slices3/main.go deleted file mode 100644 index 3864769..0000000 --- a/exercises/slices/slices3/main.go +++ /dev/null @@ -1,13 +0,0 @@ -// slices3 -// Make me compile! - -// I AM NOT DONE -package main - -import "fmt" - -func main() { - names := [4]string{"John", "Maria", "Carl", "Peter"} - lastTwoNames := names[] // after figuring out the answer, try with other low/high bounds - fmt.Println(lastTwoNames) -} -- cgit v1.2.3-70-g09d2