Create an executable for a program in an interpreted language: Difference between revisions

Content added Content deleted
(→‎{{header|jq}}: Flagged as incorrect, unfortunately but thanks for attempting the task)
m (Use debian standard install location for J)
Line 356: Line 356:
I think this task is a duplicate of another task. But it's also about the host operating system.
I think this task is a duplicate of another task. But it's also about the host operating system.


<syntaxhighlight lang="j">#!/usr/local/bin/jconsole
<syntaxhighlight lang="j">#!/usr/bin/ijconsole
echo 'hello world'
echo 'hello world'
exit 0</syntaxhighlight>
exit 0</syntaxhighlight>