aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 09b1f54..debff5d 100644
--- a/README
+++ b/README
@@ -9,4 +9,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 \ No newline at end of file
+- 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