Skip to content
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

Finalizando desafio 2 #347

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Finalizando desafio 2 #347

merged 2 commits into from
Oct 10, 2023

Conversation

dscamargo
Copy link
Contributor

Challenge 2: Palindromos

Explique um pouco como resolveu o desafio

Recebido a string via ARGV, foi normalizado a string para letras minúsculas utilizando o método downcase, e então utilizado o método reverse do ruby para inverter a string.
Para saber se é um palíndromo, foi feito a comparação com a string original.

Pontos interessantes

Observações

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

Salve @dscamargo, você esqueceu de mandar o desafio 0!

Copy link
Member

@k8adev k8adev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boa! 🚀

Screenshot 2023-10-10 at 12 45 44

@k8adev k8adev merged commit cf8074f into he4rt:main Oct 10, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants