Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant