8 lines
73 B
Text
8 lines
73 B
Text
e = 5
|
|
v = 53
|
|
println(e + v)
|
|
|
|
if v < 55 {
|
|
println("it fucking works")
|
|
}
|
|
|