Palindrome Program using Golang
Introduction
A word or group of words that is the same when you read it forwards from the beginning or backwards from the end.
for e.g. Refer, Level, and etc.
In this article I will you how to check palindrome number and string.
Write checkStringPali...
dksah.hashnode.dev3 min read