Skip to content

Instantly share code, notes, and snippets.

@linkerzx
Created November 16, 2021 20:06
Show Gist options
  • Save linkerzx/fbedef5b718afdabe62b7a1c15a6a6e0 to your computer and use it in GitHub Desktop.
Save linkerzx/fbedef5b718afdabe62b7a1c15a6a6e0 to your computer and use it in GitHub Desktop.
import nimpy
import strutils
proc julien_print(n: Natural): Natural {.exportpy.} =
echo "Hello World!"
return n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment