DEV Community

Discussion on: The Coolest Programming Language Features

 
renegadecoder94 profile image
Jeremy Grifski

That sure beats the heck out of:

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}