aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHyder <hyder@hyderhadi.xyz>2025-08-25 19:43:05 +0300
committerHyder <hyder@hyderhadi.xyz>2025-08-25 19:43:05 +0300
commita6d50f9a2a5dc022fb013bae003e7dbbe9413b1c (patch)
tree0b8c16d63e61bc788355034ba00e51a8086c63ee /README
parentb4c6db0fc67d2d3f85891b0eca767bd0fa063379 (diff)
Im trying to learn JS, so THIS
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 137086a..f67320f 100644
--- a/README
+++ b/README
@@ -14,3 +14,4 @@ CONTENTS
- 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/*