Java :: Print "Hello World" Without Using Semicolon (;) Jun 24th, 2013 This Gist shows how to print something in Java, without the use of Semicolon (;). The code is self explanatory. https://gist.github.com/WarFox/5847999