mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-10 21:16:27 +00:00
8 lines
148 B
Nim
8 lines
148 B
Nim
import os, ../rlp
|
|
|
|
if paramCount() > 0:
|
|
echo rlpFromHex(paramStr(1)).inspect
|
|
else:
|
|
echo "Please provide an hex-encoded RLP string as an input"
|
|
|