Add solution for Challenge 6 by kudesn1k1#1464
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)
WalkthroughAdds an exported function Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly Related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
challenge-6/submissions/kudesn1k1/solution-template.go (1)
21-31: Inconsistent indentation (mixed tabs and spaces).Line 21 uses spaces while lines 23-31 use tabs. Running
gofmtwill normalize the indentation to tabs.
Challenge 6 Solution
Submitted by: @kudesn1k1
Challenge: Challenge 6
Description
This PR contains my solution for Challenge 6.
Changes
challenge-6/submissions/kudesn1k1/solution-template.goTesting
Thank you for reviewing my submission! 🚀