Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved bad example in high-score-board introduction (#509)
var emptyDict2 = ["Character": "String"]() generates an error. Correct declaration of empty dictionary is: var emptyDict2 = [Character: String]()
- Loading branch information