Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132948 views
License: OTHER
1
public class Leaf {
2
/** Is this leaf connected to the tree or is it fallen? */
3
boolean isAlive;
4
}
5