aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHyder <hyder@hyderhadi.xyz>2025-08-16 22:37:45 +0300
committerHyder <hyder@hyderhadi.xyz>2025-08-16 22:37:45 +0300
commit890c36fd3d33e310ce9c6821f681a383545e694c (patch)
tree81b25fd4aad95efbf16533f86b219c7dd1db9fa7 /README
parentec994a46df4a88f6e7b592827fe89b2f2a7ed221 (diff)
Finally i solved this kinda tough exercise i beileve(the palindrome checker), i made it work :D
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index debff5d..1a85d40 100644
--- a/README
+++ b/README
@@ -10,4 +10,5 @@ CONTENTS
- The greatest common divisor exercise solution, in ROOT/GCD/GCD.c
- Hexadecimal to integer converter solution, in ROOT/HTOI/HTOI.c
- Vowels and consonants counter of a string, in ROOT/VACC/VowelsAndConsonantCounter.c
-- Binary(28-bit) to decimal converter, in ROOT/BTD/28bitToDecimal.c \ No newline at end of file
+- Binary(28-bit) to decimal converter, in ROOT/BTD/28bitToDecimal.c
+- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c \ No newline at end of file