Skip to content

Commit

Permalink
Execute the commented command.
Browse files Browse the repository at this point in the history
  • Loading branch information
theArjun committed Jan 20, 2019
1 parent aa5f4e1 commit b48018a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions general/RunComment.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class RunComment{
public static void main(String[] args){
// This is comment below but gets executed.
// \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
}
}

0 comments on commit b48018a

Please sign in to comment.