15 lines
198 B
Plaintext
Raw Normal View History

2013-10-18 13:33:46 +02:00
package testPackage.second.third;
import java.util.Vector;
class PackageTest {
public final String variable = "Hallo Welt!";
TestProzedur() {
c;
c = new Vector();
return c;
}
}