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