aboutsummaryrefslogtreecommitdiffstats
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/variables/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/exercises/variables/README.md b/exercises/variables/README.md
new file mode 100644
index 0000000..9a65190
--- /dev/null
+++ b/exercises/variables/README.md
@@ -0,0 +1,5 @@
+# Variables
+
+Variables in go are used to bind a value to a name, just like in other programming languages.
+
+There are two ways to define variables in go.