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

Homework task1: Complete #37

Open
wants to merge 7 commits into
base: Maksym.Khomenko
Choose a base branch
from

Conversation

MrHomax
Copy link

@MrHomax MrHomax commented Jan 6, 2023

Homework task1: Implement the game "Guess the number"

@MrHomax MrHomax changed the title Homework task1 Homework task1: Complete Jan 6, 2023
@MrHomax MrHomax added the Ready for review Ready to be reviewed label Jan 6, 2023

int range_rand(int min, int max)
{
srand(time(NULL));
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use proper indentation in this file

Copy link
Author

Choose a reason for hiding this comment

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

At first, I had proper indentation but when I used checkpatch.pl it said that my indentation is wrong. So I corrected the indentation to satisfy checkpatch.pl

@alexposukhov alexposukhov added Changes Requested Changes Requested and removed Ready for review Ready to be reviewed labels Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes Requested Changes Requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants