added let, about to add types
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
fn add(a, b) {
|
||||
let foo = 4;
|
||||
a + b
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
fn add(a, b) {
|
||||
let foo = 4;
|
||||
a + b
|
||||
}
|
||||
|
||||
|
||||