python3.11-Cython/tests/helloworld.pyx
Lukas Zachar ed88f06bb9 Add tmt gating plan
Resolves: rhbz#2159304
2023-02-01 03:18:48 +01:00

6 lines
127 B
Cython

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