RosettaCodeData/Task/Program-name/Nim/program-name.nim

4 lines
110 B
Nim
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
import os
echo getAppFilename() # Prints the full path of the executed file
echo paramStr(0) # Prints argv[0]