all (flemme)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Node {
|
||||
private String name;
|
||||
private Node[] children;
|
||||
|
||||
public Node(String name) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user