Skip to content

Commit

Permalink
Minor changes to test example file
Browse files Browse the repository at this point in the history
  • Loading branch information
amritagos committed Nov 9, 2023
1 parent 8fcc91b commit 22b7857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python/run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from robbielib import add
import robbielib as robbie

print(add(1,6))
print(robbie.add(1,6))

0 comments on commit 22b7857

Please sign in to comment.