JavaCompilerCore/testBytecode/testTets.java

6 lines
84 B
Java
Raw Normal View History

2017-10-06 11:31:36 +00:00
public class testTets{
public static void main(String[] args){
new TetsF();
}
}