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

m
Use debian standard install location for J
(→‎{{header|jq}}: Flagged as incorrect, unfortunately but thanks for attempting the task)
m (Use debian standard install location for J)
Line 356:
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/jconsoleijconsole
echo 'hello world'
exit 0</syntaxhighlight>
6,951

edits