3 lines
51 B
Plaintext
Raw Normal View History

2023-01-10 14:22:05 +01:00
public interface Interface1{
public void test();
}