Skip to content

Commit 85ce289

Browse files
authored
Create UnicodeEx.java
1 parent cf8a951 commit 85ce289

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

BasicJava/src/trick/UnicodeEx.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class UnicodeEx {
2+
public static void main(String[] args)
3+
{
4+
System.out.println('j' + 'a' + 'v' + 'a');
5+
}
6+
}

0 commit comments

Comments
 (0)