mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 17:47:01 +00:00
VSCODE Exstention fix
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
fn main() {
|
||||
let a = os.exists("x")
|
||||
println(a)
|
||||
}
|
||||
Reference in New Issue
Block a user