mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 14:29:26 +08:00
4 lines
55 B
Cython
4 lines
55 B
Cython
from libc.stdio cimport printf
|
|
|
|
printf("Hello World!")
|