1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-26 23:02:30 +00:00

7 lines
93 B
Nim

import std/os
if paramCount() == 1:
echo "hello ", paramStr(1)
else:
echo "hello world"