Choose Category
func main() { var firstNumber = 10 anotherNumber := 20 println(firstNumber) println(anotherNumber) }