Compare commits
2 Commits
d16d6bd809
...
b1bf2e9688
| Author | SHA1 | Date | |
|---|---|---|---|
| b1bf2e9688 | |||
| b355760fda |
@@ -75,7 +75,7 @@ if x > 10 {
|
|||||||
if x < 10 {
|
if x < 10 {
|
||||||
puts "x is smaller than 10"
|
puts "x is smaller than 10"
|
||||||
}
|
}
|
||||||
if x == 0 {
|
if x == 10 {
|
||||||
puts "x is 10"
|
puts "x is 10"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user