From 381a0c42a89a155c59e92b269b6a5318d95fc618 Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Sat, 29 Oct 2022 22:38:17 -0300 Subject: feat: list exercises --- exercises/variables/variables1.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exercises/variables/variables1.go (limited to 'exercises/variables/variables1.go') diff --git a/exercises/variables/variables1.go b/exercises/variables/variables1.go new file mode 100644 index 0000000..50be731 --- /dev/null +++ b/exercises/variables/variables1.go @@ -0,0 +1,12 @@ +// 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