From c01e92adaa449534e1131c56b95b502ccd0f9474 Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Mon, 31 Oct 2022 23:16:10 -0300 Subject: feat: add one more exercise --- exercises/variables/variables1.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 exercises/variables/variables1.go (limited to 'exercises/variables/variables1.go') diff --git a/exercises/variables/variables1.go b/exercises/variables/variables1.go deleted file mode 100644 index 50be731..0000000 --- a/exercises/variables/variables1.go +++ /dev/null @@ -1,12 +0,0 @@ -// variables1.go -// Make me compile! - -// I AM NOT DONE -package main - -import "fmt" - -func main() { - x = 5 - fmt.Printf("x has the value %d", x) -} -- cgit v1.2.3-70-g09d2