fix: change the wording bool literals to constants (#51)

This commit is contained in:
Firas Khalil Khana
2021-01-29 16:43:33 +02:00
committed by GitHub
parent 454c005f13
commit a861de61cb

View File

@ -15,7 +15,7 @@ package main
//
// 2. Print a few float literals
//
// 3. Print true and false bool literals
// 3. Print true and false bool constants
//
// 4. Print your name using a string literal
//