DEV Community

Jorge
Jorge

Posted on

4 3

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)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay