auto commit

This commit is contained in:
CyC2018 2019-06-09 23:38:22 +08:00 committed by GitHub
parent 4686c46f0d
commit dc85433824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
assets/Test.java Normal file
View File

@ -0,0 +1,5 @@
public class Test {
public static void main(String args[]) {
System.out.println("CyC OvO");
}
}