com.ibm.Test Maven / Gradle / Ivy
The newest version!
/*
* Copyright © 2019 [email protected] Inc. All rights reserved
* @description: com.ibm.Test
* @version V1.0
*/
package com.ibm;
/**
* @author Moses
*/
public class Test {
public void test(){
System.out.println("==============");
}
}