This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
radu
/
LaTeX-examples
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
14e4f1b8cb
Ramas
Etiquetas
master
LaTeX-examples
/
presentations
/
Programmieren-Tutorium
/
Tutorium-01
/
Natur-Beispiel
/
Leaf.java
Leaf.java
105 B
Histórico
Raw
1
2
3
4
public class Leaf {
/** Is this leaf connected to the tree or is it fallen? */
boolean isAlive;
}