blob: 11f2fe0b6bcab2c7b949531960348153a59f0475 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import os
# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
proc main() =
# relative=true removes the folder name
# for example tesserae/test -> test
for tessera in walkDir("tesserae", relative=true, checkDir=true):
echo tessera
when isMainModule:
echo("Hello, World!")
main()
|
; all rights regarding Text and Data Mining (TDM) are reserved.