This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
codon
mirror of
https://github.com/exaloop/codon.git
Watch
1
Star
0
Fork
You've already forked codon
0
Code
Issues
Projects
Releases
Wiki
Activity
dc5e5ac7a6
codon
/
test
/
app
/
argv.codon
3 lines
47 B
Python
Raw
Blame
History
from
sys
import
argv
print
(
'
,
'
.
join
(
argv
[
1
:
]
)
)
Reference in New Issue
View Git Blame
Copy Permalink