Hello world/Line printer: Difference between revisions

Content added Content deleted
(→‎{{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: Line 1:
{{task}}
{{task}}
Cause a line printer attached to the computer to print a line containing the message <tt>Hello World!</tt>
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}}==
=={{header|BASIC}}==