aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 2f414fa..137086a 100644
--- a/README
+++ b/README
@@ -13,3 +13,4 @@ CONTENTS
- 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