Files
linguist/samples/APL/hashbang
John Gardner 897218678e Add interpreters for APL and J (#3029)
* Add APL interpreters

* Add J interpreter

* Add test fixtures for APL/J interpreters
2016-06-01 10:41:22 -06:00

8 lines
144 B
APL
Executable File

#!/usr/local/bin/apl --script
NEWLINE ⎕UCS 10
HEADERS 'Content-Type: text/plain', NEWLINE
HEADERS
⍝ ⎕←HEADERS
⍝ ⍕⎕TS
)OFF