Add solution for Challenge 2 by shansing#1432
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughA new Go solution file is introduced that implements a string reversal program. The implementation reads a single line from standard input, reverses the string using an exported ReverseString function that converts input to runes and performs in-place character swapping, and outputs the result. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Challenge 2 Solution
Submitted by: @shansing
Challenge: Challenge 2
Description
This PR contains my solution for Challenge 2.
Changes
challenge-2/submissions/shansing/solution-template.goTesting
Thank you for reviewing my submission! 🚀