Skip to content

Conversation

@kamendov-maxim
Copy link
Owner

No description provided.


static State move(State state, char c)
{
State answer = state;

Choose a reason for hiding this comment

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

убрать

state = finish;
}

return (state == finish ? true : false);

Choose a reason for hiding this comment

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

return state == finish;

Comment on lines +140 to +141


Choose a reason for hiding this comment

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

2 лишние строки

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.

3 participants