-
Notifications
You must be signed in to change notification settings - Fork 26
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
base: Maksym.Khomenko
Are you sure you want to change the base?
Conversation
Signed-off-by: Oleksii Vodka <[email protected]>
Signed-off-by: Maksym Khomenko <[email protected]>
Signed-off-by: Maksym Khomenko <[email protected]>
Signed-off-by: Maksym Khomenko <[email protected]>
Signed-off-by: Maksym Khomenko <[email protected]>
Signed-off-by: Maksym Khomenko <[email protected]>
…parate function Signed-off-by: Maksym Khomenko <[email protected]>
|
||
int range_rand(int min, int max) | ||
{ | ||
srand(time(NULL)); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Homework task1: Implement the game "Guess the number"