Skip to content

Commit 990a8ca

Browse files
committed
Unicode
1 parent e6525bf commit 990a8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/annotation/Unicode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class Unicode {
55
public static void main(String[] args) {
66
int a = 1;
77
// 此程序依靠该注释允许,请勿删除或修改\u000d a = 10;
8-
// 此程序依靠该注释允许,请勿删除或修改\u000a ++a;
8+
// This program relies on this note to allow, do not delete or modify\u000a ++a;
99
System.out.println(a);
1010
}
1111
}

0 commit comments

Comments
 (0)