Jelly, 4 bytes
)ṘȮv
Originally written for a CMC in JHT.
)ṘȮ "ṘȮ"
v evaluated with the argument
)ṘȮ "ṘȮ".
Ṙ Print a Jelly string representation of the argument,
Ȯ print the argument,
then implicitly print it again.
Jelly, 4 bytes
)ṘȮv
Originally written for a CMC in JHT.
)ṘȮ "ṘȮ"
v evaluated with the argument
)ṘȮ "ṘȮ".
Ṙ Print a Jelly string representation of the argument,
Ȯ print the argument,
then implicitly print it again.