Fix comment
This commit is contained in:
@ -13,8 +13,8 @@ import "fmt"
|
||||
func main() {
|
||||
const (
|
||||
EST = -(5 + iota) // CORRECT: -5
|
||||
MST // INCORRECT: -6
|
||||
PST // INCORRECT: -7
|
||||
MST // CORRECT: -6
|
||||
PST // CORRECT: -7
|
||||
)
|
||||
|
||||
fmt.Println(EST, MST, PST)
|
||||
|
Reference in New Issue
Block a user