Skip to content

Commit

Permalink
add else block to example (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcho21 authored Dec 20, 2023
1 parent 88be3b2 commit ed59344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Conditional statement:
```
만약 사과 < 99 {
사과 = 99
} 아니면 {
사과 = 100
}
```

Expand Down

0 comments on commit ed59344

Please sign in to comment.