public class Main {
//Below class block
public static void main(String[] args) {
//Below method block
System.out.println("Update Qiita");
System.out.println("Title: Basic structure of Java source code");
System.out.println("Please:間違っていたらコメントPleaseします");
}
}
The class block and the outside are almost the same every time. Describe the processing instruction in the method block.
Recommended Posts