This commit is contained in:
MaxKey
2021-02-17 09:55:03 +08:00
parent 3bee9b5896
commit aad4e7e878
12 changed files with 209 additions and 91 deletions

View File

@@ -0,0 +1,10 @@
package org.maxkey;
public class CopyrightC {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(Character.toString(0xA9));
}
}