From d4002bb4d23bba43f7a62951b86f9e99f50ec857 Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Thu, 27 Oct 2022 15:32:00 -0300 Subject: feat: first exercise Yeah, it is a rustling copy --- src/exercises/variables1.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/exercises/variables1.go (limited to 'src/exercises') diff --git a/src/exercises/variables1.go b/src/exercises/variables1.go new file mode 100644 index 0000000..d527727 --- /dev/null +++ b/src/exercises/variables1.go @@ -0,0 +1,12 @@ +// variables1.go +// Make me compile! + +// I AM NOT DONE +package main + +import "fmt" + +func main() { + x = 5 + fmt.Println("x has the value %i", x) +} -- cgit v1.2.3-70-g09d2