We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef44620 commit df59096Copy full SHA for df59096
codes/test_example.mojo
@@ -4,7 +4,6 @@
4
fn add(a: Int, b: Int) -> Int:
5
return a + b
6
7
-
8
fn main() raises:
9
let result = add(2, 3)
10
print(result)
0 commit comments