Skip to content

Commit ba55a83

Browse files
committed
feat: add a macro function for testing
1 parent 5b908aa commit ba55a83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def macro_test(a: int, b: int):
2+
return a + b

0 commit comments

Comments
 (0)