summaryrefslogtreecommitdiffstats
path: root/helloworld.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'helloworld.pyx')
-rw-r--r--helloworld.pyx1
1 files changed, 1 insertions, 0 deletions
diff --git a/helloworld.pyx b/helloworld.pyx
new file mode 100644
index 0000000..ad35e5a
--- /dev/null
+++ b/helloworld.pyx
@@ -0,0 +1 @@
+print("Hello World")