summaryrefslogtreecommitdiff
path: root/docs/examples/quickstart/build/hello.pyx
blob: 47fc8d1cf443eaac31a36705e9b9d9465b54c93d (plain)
1
2
def say_hello_to(name):
    print("Hello %s!" % name)