Skip to content

Commit 2db886b

Browse files
authored
Create UniCodeMagic.java
1 parent 7e82448 commit 2db886b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**
2+
*
3+
*/
4+
package trick;
5+
6+
/**
7+
* @author rutpatel
8+
*
9+
*/
10+
public class UnicodeMagic {
11+
12+
/**
13+
* @param args
14+
*/
15+
public static void main(String[] args) {
16+
17+
// the line below this gives an output
18+
// \u000d System.out.println("comment executed");
19+
20+
}
21+
22+
}

0 commit comments

Comments
 (0)