Guest User

Untitled

a guest
Feb 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class App {
  2. char[] chars = {'n', 'ñ'};
  3. public static void main(String[] args) throws Exception {
  4. System.out.println("Hello Java");
  5. }
  6. }
  7.  
  8. Invalid character constantJava(1610612989)
Add Comment
Please, Sign In to add comment