fix: move 'january' into correct solution in if statement exercises
This commit is contained in:
committed by
Inanc Gumus
parent
83881a604c
commit
40f19ac940
@ -37,12 +37,12 @@ package main
|
||||
// go run main.go sheep
|
||||
// "sheep" is not a month.
|
||||
//
|
||||
// go run main.go january
|
||||
// "january" has 31 days.
|
||||
//
|
||||
// -----------------------------------------
|
||||
// Your solution should handle the leap years
|
||||
// -----------------------------------------
|
||||
// go run main.go january
|
||||
// "january" has 31 days.
|
||||
//
|
||||
// go run main.go february
|
||||
// "february" has 28 days.
|
||||
//
|
||||
|
Reference in New Issue
Block a user