Hello world/Line printer: Difference between revisions

no edit summary
(→‎{{header|Java}}: I'm just removing this. This wasn't even close, and it probably requires a little-used third party library anyway.)
No edit summary
Line 1:
{{task}}
Cause a line printer attached to the computer to print a line containing the message <tt>Hello World!</tt>
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>
Fileappend, Hallo World!, print.txt
Run, print "print.txt"
</lang>
 
=={{header|BASIC}}==
Anonymous user