From 4730a43cc4c732c3ec8d22dd2cf0b43b48f6438f Mon Sep 17 00:00:00 2001 From: Hyder Hadi Date: Thu, 14 May 2026 14:39:36 +0300 Subject: fiddling with the readme file --- README | 21 --------------------- README.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 51e92dc..0000000 --- a/README +++ /dev/null @@ -1,21 +0,0 @@ -RANDOM STUFF AS A LEARNING JOURNAL -================================== - -CONTENTS --------- - -* CHECK FILES IN THE TREE TAB -* THIS README FILE WAS MEANT FOR CGIT ON MY OLD SERVER NOT GITHUB - -- 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 -- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c -- Sorting numbers with (selection sort), in ROOT/SelectionSort/SelectionSort.c -- Made a simple Rock, Paper, Scissor game, in ROOT/RPS/rps.c -- Made a simple Number Guessing Game (NGG) using node.js in terminal to learn JS basics, in ROOT/NGG/* -- Made the hangman game(a word guesser basically) in C, <3, in ROOT/HangManGame/HMG.c -- Added a simple snakes and ladders game as an exercise in C, in ROOT/snakesAndLadders/snakesANDladders.C -- Added a folder containing simple-C-programs that i just wrote when i was absent and not coding for the past period. -- A dynamic student list with basic functions (trying to understand linked list and implementing one in a project), in ROOT/DynamicStudentList/DynamicStudentList.c \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..51e92dc --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +RANDOM STUFF AS A LEARNING JOURNAL +================================== + +CONTENTS +-------- + +* CHECK FILES IN THE TREE TAB +* THIS README FILE WAS MEANT FOR CGIT ON MY OLD SERVER NOT GITHUB + +- 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 +- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c +- Sorting numbers with (selection sort), in ROOT/SelectionSort/SelectionSort.c +- Made a simple Rock, Paper, Scissor game, in ROOT/RPS/rps.c +- Made a simple Number Guessing Game (NGG) using node.js in terminal to learn JS basics, in ROOT/NGG/* +- Made the hangman game(a word guesser basically) in C, <3, in ROOT/HangManGame/HMG.c +- Added a simple snakes and ladders game as an exercise in C, in ROOT/snakesAndLadders/snakesANDladders.C +- Added a folder containing simple-C-programs that i just wrote when i was absent and not coding for the past period. +- A dynamic student list with basic functions (trying to understand linked list and implementing one in a project), in ROOT/DynamicStudentList/DynamicStudentList.c \ No newline at end of file -- cgit v1.2.3