mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-28 23:37:57 +02:00
5 lines
79 B
Java
5 lines
79 B
Java
|
public class Root {
|
||
|
Root mainRoot;
|
||
|
Root leftRoot;
|
||
|
Root rightRoot;
|
||
|
}
|