Skip to content

05week 1#10

Open
jamestglh wants to merge 9 commits intomasterfrom
05week-1
Open

05week 1#10
jamestglh wants to merge 9 commits intomasterfrom
05week-1

Conversation

@jamestglh
Copy link
Copy Markdown
Owner

No description provided.

Comment thread starwars/Program.cs
}
else
{
throw new Exception("Sorry pal, all full.");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice

Comment thread starwars/Program.cs
public void ExitShip(Person personToExit)
{
bool reallyExited = this.passengers.Remove(personToExit);
if(!reallyExited)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice

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.

2 participants