fix: cc comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public class HelloWorld {
|
||||
|
||||
// cc: main function
|
||||
//cc: main function
|
||||
public static void main(String[] args) {
|
||||
// Prints "Hello, World" to the terminal window.
|
||||
System.out.println("Hello, World");
|
||||
|
||||
Reference in New Issue
Block a user