Skip to content

Commit

Permalink
Update 1.11-if-switch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanMomeni committed Dec 11, 2023
1 parent 3494730 commit 6b34b2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/chapter 1/1.11-if-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ func main() {
fmt.Println("Biggest is a")
} else if b > c {
fmt.Println("Biggest is b")
} else {
fmt.Println("Biggest is c")
}
} else if b > c {
fmt.Println("Biggest is b")
Expand Down

0 comments on commit 6b34b2a

Please sign in to comment.