mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
5 lines
72 B
V
5 lines
72 B
V
import example2
|
|
|
|
fn test_condition() {
|
|
println(example2.condition())
|
|
}
|