DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / stdlib / osproctest.nim
12345678
# This is test program for the osproc module. import os echo getCurrentDir() for i in 1..paramCount(): echo paramStr(i)