Skip to content

Commit df59096

Browse files
committed
Disabling hook
1 parent ef44620 commit df59096

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codes/test_example.mojo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
fn add(a: Int, b: Int) -> Int:
55
return a + b
66

7-
87
fn main() raises:
98
let result = add(2, 3)
109
print(result)

0 commit comments

Comments
 (0)