DEV Community

Jorge
Jorge

Posted on

Hello World!

Hi there! I've been wanting to blog for a while and I'm hoping this is a good place for a simple and easy platform to use for writing a personal coding blog.

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

Top comments (0)