Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2018 18:32
Show Gist options
  • Save anonymous/56d362417db90c6b3d0a2ff0fdcbec2d to your computer and use it in GitHub Desktop.
Save anonymous/56d362417db90c6b3d0a2ff0fdcbec2d to your computer and use it in GitHub Desktop.
import os
template test(): untyped =
for i in walkFiles("*.nim"):
echo i
test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment