Skip to content

Homework task1: Complete#37

Open
MrHomax wants to merge 7 commits intoKernel-GL-HRK:Maksym.Khomenkofrom
MrHomax:Task1
Open

Homework task1: Complete#37
MrHomax wants to merge 7 commits intoKernel-GL-HRK:Maksym.Khomenkofrom
MrHomax:Task1

Conversation

@MrHomax
Copy link

@MrHomax MrHomax commented Jan 6, 2023

Homework task1: Implement the game "Guess the number"

a-vodka and others added 7 commits December 22, 2022 16:54
Signed-off-by: Oleksii Vodka <oleksii.vodka@gmail.com>
Signed-off-by: Maksym Khomenko <mr.homax@gmail.com>
Signed-off-by: Maksym Khomenko <mr.homax@gmail.com>
Signed-off-by: Maksym Khomenko <mr.homax@gmail.com>
Signed-off-by: Maksym Khomenko <mr.homax@gmail.com>
Signed-off-by: Maksym Khomenko <mr.homax@gmail.com>
…parate function

Signed-off-by: Maksym Khomenko <mr.homax@gmail.com>
@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