Added comment example
This commit is contained in:
parent
8c937598e5
commit
b566c7c2f7
9
Your first program/Comment.java
Normal file
9
Your first program/Comment.java
Normal file
@ -0,0 +1,9 @@
|
||||
public class Comment{
|
||||
public static void main(String[] args){
|
||||
System.out.println("Hello World"); // Single-line comment
|
||||
/*
|
||||
Multi-line
|
||||
comment
|
||||
*/
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user