mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2026-03-13 09:50:42 +08:00
6 lines
112 B
Java
6 lines
112 B
Java
public class Test {
|
|
public static void main(String args[]) {
|
|
System.out.println("CyC OvO");
|
|
}
|
|
}
|