Skip to content

Commit b48018a

Browse files
committed
Execute the commented command.
1 parent aa5f4e1 commit b48018a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

general/RunComment.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class RunComment{
2+
public static void main(String[] args){
3+
// This is comment below but gets executed.
4+
// \u000d System.out.println("This is comment."); // The reason for this is that the Java compiler parses the unicode character "\\u000d" as a new line
5+
}
6+
}

0 commit comments

Comments
 (0)