Datasets:

ArXiv:
License:
File size: 161 Bytes
c574d3a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
public class Buux extends java.util.ArrayList {
	public Buux() {
		super(7);
		addSomething();
	}
	
	public void addSomething() {
		super.add("H\u3404l\0");
	}
}