mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
7 lines
93 B
Nim
7 lines
93 B
Nim
import std/os
|
|
|
|
if paramCount() == 1:
|
|
echo "hello ", paramStr(1)
|
|
else:
|
|
echo "hello world"
|