Skip to content

Conversation

@p1ngpat
Copy link

@p1ngpat p1ngpat commented Jul 20, 2025

No description provided.

Copy link
Author

@p1ngpat p1ngpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

Disease flu = new Disease("influenza", true);
Disease malaria = new Disease("malaria", true);
Disease cancer = new Disease("cancer", false);
//Disease cancer = new Disease("cancer", false);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

diseases.add(flu);
diseases.add(malaria);
diseases.add(cancer);
//diseases.add(cancer);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

*/

cancer.setCurable(true);
//cancer.setCurable(true);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant