Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
17 lines
143 B
Text
17 lines
143 B
Text
round: 1
|
|
round: 2
|
|
|
|
public class T {
|
|
|
|
public T();
|
|
|
|
public void test();
|
|
}
|
|
round: 3
|
|
|
|
public class T {
|
|
|
|
public T();
|
|
|
|
public void test();
|
|
}
|