refactor: variables/assignment exercises code

This commit is contained in:
Inanc Gumus
2018-10-22 22:47:16 +03:00
parent da911d4ae5
commit 09cdbc91c1
7 changed files with 10 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ package main
// ---------------------------------------------------------
func main() {
// UNCOMMENT THE CODE BELOW:
// color, color2 := "red", "blue"
// ?