We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b908aa commit e525362Copy full SHA for e525362
1 file changed
bec_testing_plugin/macros/macro_test.py
@@ -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