Batch + Stuck, 12 bytes
Inspired by this answer an empty stuck program prints "Hello, World!".
- Have a printer connected to your computers LPT1 port
- Create an empty stuck file to be interpreted (filename a)
- Run the stuck interpretter on the empty file and pipe the result to LPT1
Code
stuck a>LPT1
Daniel
- 1.9k
- 1
- 17
- 25