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!

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

原文链接:Hello World

© 版权声明
THE END
喜欢就支持一下吧
点赞7 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容