DEV Community

Rafael A P Nascimento
Rafael A P Nascimento

Posted on

Hello World

This is amazing to check dev.to features as blog platform:

Hello World

package com.example.demo;

public class Main {

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

Looks good!

Image description

Really good. Easy to write, format, edit and post!

Top comments (0)