mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-21 03:26:44 +00:00
12 lines
128 B
Java
12 lines
128 B
Java
package net.simon987.cubotplugin;
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
public class CubotTest {
|
|
|
|
@Test
|
|
public void test(){
|
|
|
|
}
|
|
} |