python3.11-Cython/tests/helloworld.pyx
Honza Horak e2472ebd6d Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit c1b5596
2023-05-15 16:41:31 +02:00

6 lines
127 B
Cython

# https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html
print("Hello World")
def works():
return True