Skip to content

Commit e525362

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def macro_test(a: int, b: int):
2+
print(f"Calculating {a}+{b}...")
3+
print(f"{a+b}")
4+
return a + b

0 commit comments

Comments
 (0)