[JAVA] Operation check after Qiita registration Display the first post Hello World

Show Hello World

Main.java


package com.test;

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

For the future

Markdown Writing Summary MarkDown notation [Summary by beginners]

Recommended Posts

Operation check after Qiita registration Display the first post Hello World
Qiita first post
Display "Hello World" in the browser using Java
Display "Hello World" in the browser using Java
[Introduction] Display Android Studio Hello World on the emulator
This is the first post.
Memo after the first Spring project-MVC-
Memo after the first Spring project-Database-
Programming for the first time in my life Java 1st Hello World