You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 06:37:34 +02:00
Update dining-philosophers.rs (#1345)
Replace Thales with Hypatia for slightly more inclusivity.
This commit is contained in:
@ -51,7 +51,7 @@ impl Philosopher {
|
||||
}
|
||||
|
||||
static PHILOSOPHERS: &[&str] =
|
||||
&["Socrates", "Plato", "Aristotle", "Thales", "Pythagoras"];
|
||||
&["Socrates", "Hypatia", "Plato", "Aristotle", "Pythagoras"];
|
||||
|
||||
fn main() {
|
||||
// ANCHOR_END: Philosopher-eat-end
|
||||
|
Reference in New Issue
Block a user