Skip to main content
5 of 6
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/

#Answer 32 - VBA

a="*#]trac":? "Hello World!" 

Distance: 7 from Answer 31

Runs from the immediate window. The colon : is a line sepator that allows multiple lines of code to be written on the same line. (Anything run from the immediate window has to be a one liner.) The ? is a shortcut for printing to the immediate window.

RubberDuck
  • 311
  • 1
  • 7