mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-27 16:57:01 +00:00
vrmm build files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// debug: does the function work at all?
|
||||
|
||||
fn double(x) {
|
||||
return x * 2
|
||||
}
|
||||
|
||||
fn main() {
|
||||
println(double(21))
|
||||
}
|
||||
Reference in New Issue
Block a user