mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 15:37:18 +00:00
vrmm build files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// debug: inline arr[0]
|
||||
|
||||
fn main() {
|
||||
let nums = [10, 20, 30]
|
||||
println(nums[0])
|
||||
}
|
||||
Reference in New Issue
Block a user