mirror of
https://github.com/FatttSnake/ClassroomInteraction.git
synced 2026-04-06 06:31:26 +08:00
Init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.cfive.classroom.interaction.library.database;
|
||||
|
||||
public class Test {
|
||||
public static void run() {
|
||||
System.out.println("Run database test");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package com.cfive.classroom.interaction.library.net;
|
||||
|
||||
public class Test {
|
||||
public static void run() {
|
||||
System.out.println("Run net test");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user