Skip to content

Commit c842212

Browse files
authored
Update palindrome.cpp
1 parent 4316ee7 commit c842212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

palindrome.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//check weather a number is palindrome or not.
1+
//check weather a given number is palindrome or not.
22
#include<iostream>
33
using namespace std;
44
int main(){

0 commit comments

Comments
 (0)