From 211c8d00773b5d6e202d0f1e746c4e2debc18764 Mon Sep 17 00:00:00 2001 From: "anhhh.11" Date: Wed, 20 May 2020 22:45:12 +0700 Subject: [PATCH] Fill missing answer to question --- 06-variables/03-short-declaration/questions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-variables/03-short-declaration/questions/README.md b/06-variables/03-short-declaration/questions/README.md index 573b4ba..d7b3b3f 100644 --- a/06-variables/03-short-declaration/questions/README.md +++ b/06-variables/03-short-declaration/questions/README.md @@ -98,4 +98,4 @@ x, z := 10, "hi" * x := 10 * y, x := 10, 5 -* var x, y = 5, 10 +* var x, y = 5, 10 *CORRECT*