Files
2025-10-16 22:02:23 +00:00

5 lines
68 B
Plaintext

class Foo {
void test() {
System.out.println("hello");
}
}