3 lines
51 B
Plaintext
Raw Normal View History

2024-05-02 23:04:07 +02:00
public interface Interface1{
public void test();
}