test/com/hxlCode3/Test.java

18 lines
259 B
Java
Raw Permalink Normal View History

2024-07-16 09:41:07 +08:00
package com.hxlCode3;
2024-07-15 15:34:21 +08:00
2024-07-15 10:05:14 +08:00
/**
2024-07-15 10:13:26 +08:00
* @author lin
* @date 2020/5/20 15:09
2024-07-15 10:05:14 +08:00
*/
2024-07-12 16:03:18 +08:00
public class Test {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
2024-07-12 16:08:28 +08:00
public void test1(){
2024-07-12 17:27:44 +08:00
}
public void test2(){
2024-07-15 10:13:26 +08:00
}
2024-07-12 16:03:18 +08:00
}