#Answer 149 - [io](http://iolanguage.org/)

 #class jux{public static void main(String[]){System.out.println(;\#//Hello*}}print,
 "Hello World!"print"putsx;//-##[;]#bye</>%"

Distance 7 from [answer 148](http://codegolf.stackexchange.com/a/40905/25180) (6 nessasary, 1 for the space after `public`).

Io supports both `write("...")` and `"..."print`, but not `print("...")` or `"..."write` unfortunately.

This question has most answers in this site now.