mirror of https://github.com/exaloop/codon.git
3 lines
47 B
Python
3 lines
47 B
Python
|
from sys import argv
|
||
|
print(','.join(argv[1:]))
|