Skip to main content
added 2 characters in body
Source Link
TheNumberOne
  • 11.6k
  • 1
  • 40
  • 72

Java 8, 76 bytes

Thought I would try to beat Geobit's answer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!

Java, 76 bytes

Thought I would try to beat Geobit's answer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!

Java 8, 76 bytes

Thought I would try to beat Geobit's answer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

Java, 76 bytes

Thought I would try to beat Geobit's answeranswer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!

Java, 76 bytes

Thought I would try to beat Geobit's answer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!

Java, 76 bytes

Thought I would try to beat Geobit's answer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!

Source Link
TheNumberOne
  • 11.6k
  • 1
  • 40
  • 72

Java, 76 bytes

Thought I would try to beat Geobit's answer :)

interface A{static void main(String[]a){System.out.print("Hello, World!");}} 

Try here!