fix: cc comments

This commit is contained in:
Bogdan Lyashenko
2019-05-14 19:36:20 +02:00
parent 164cb11cf3
commit 43451bdaff
10 changed files with 9 additions and 10 deletions

View File

@@ -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");