Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Can compare two balls for equality #63

Open
richelbilderbeek opened this issue Jan 31, 2024 · 0 comments
Open

Can compare two balls for equality #63

richelbilderbeek opened this issue Jan 31, 2024 · 0 comments

Comments

@richelbilderbeek
Copy link
Member

richelbilderbeek commented Jan 31, 2024

Make this test on branch issue_63 pass:

  // 63: Can compare two balls
  {
    const ball a;
    const ball b;
    assert(a == b);
  }

Tip: you can find the syntax at https://en.cppreference.com/w/cpp/language/operators :-)

richelbilderbeek pushed a commit that referenced this issue Jan 31, 2024
@richelbilderbeek richelbilderbeek changed the title Can compare two balls Can compare two balls for equality Jan 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant