bb/check.anko
2023-06-09 18:01:53 +03:00

8 lines
73 B
Text

e = 5
v = 53
println(e + v)
if v < 55 {
println("it fucking works")
}