aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHyder <hyder@hyderhadi.xyz>2025-08-01 15:11:01 +0300
committerHyder <hyder@hyderhadi.xyz>2025-08-01 15:11:01 +0300
commit9d32762e395de7a867130ef4239dae830309d84d (patch)
tree22e320a65bbb335ff78ba4928e07ac1666d257e2 /README
parent9aa625fdd46be2a5d03a507e85a29055ad483941 (diff)
Finally i knew the problem why the about page was not showing anything it turns out that i have to build cgit with markdown rendering but mine is just basic text file
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index c6c3b41..0448e2f 100644
--- a/README
+++ b/README
@@ -1,5 +1,11 @@
-# Random Stuff as a learning journal
+RANDOM STUFF AS A LEARNING JOURNAL
+==================================
-## Contents
+CONTENTS
+--------
-- The greatest common divisor exercise solution. \ No newline at end of file
+* CHECK FILES IN THE TREE TAB
+
+
+- The greatest common divisor exercise solution in ROOT/GCD/GCD.c
+- Hexadecimal to integer converter solution in ROOT/HTOI/HTOI.c \ No newline at end of file