-
Notifications
You must be signed in to change notification settings - Fork 4
Add IsEven function and update README.md #25
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
Conversation
🚀 Thanks for your PR — great to have you here! |
👋 Thanks so much for the PR @tarun2684, this is a great start. To keep things consistent with the rest of the project, could you please add:
|
Thanks @e5LA , sure will do the rest. |
Hey @tarun2684 let me know if you need any support here 🤝 |
🎉 Your first PR is merged — welcome aboard! |
@tarun2684 I've applied the changes, feel free to have a look. I've merged them in. |
This pull request adds a new Kotlin function isEven which checks whether a given integer is even. The function is placed in IsEven.kt inside the appropriate directory, and an entry has been added to the README.md under the snippets section
Closes #21