blob: f4a6666dddc8a29d1a6a6de424f80ad7d1b542e5 [file] [log] [blame]
from examples.py import lib
print("Fib(5)=%d" % lib.Fib(5))