Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Program-name/J/program-name.j
Normal file
13
Task/Program-name/J/program-name.j
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env jconsole
|
||||
|
||||
program =: monad : 0
|
||||
if. (#ARGV) > 1 do.
|
||||
> 1 { ARGV
|
||||
else.
|
||||
'Interpreted'
|
||||
end.
|
||||
)
|
||||
|
||||
echo 'Program: ', program 0
|
||||
|
||||
exit ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue