This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
radu
/
LaTeX-examples
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
14e4f1b8cb
Ranting
Tag
master
LaTeX-examples
/
presentations
/
Programmieren-Tutorium
/
Tutorium-01
/
Natur-Beispiel
/
Leaf.java
Leaf.java
105 B
Riwayat
Mentahan
1
2
3
4
public class Leaf {
/** Is this leaf connected to the tree or is it fallen? */
boolean isAlive;
}