testing all of this in python
This commit is contained in:
5
boring-test.bl
Normal file
5
boring-test.bl
Normal file
@@ -0,0 +1,5 @@
|
||||
fn add(a, b) { a + b }
|
||||
fn subtract(a, b) { a - b }
|
||||
fn main() {
|
||||
add(10, subtract(9, 1))
|
||||
}
|
||||
Reference in New Issue
Block a user