aboutsummaryrefslogtreecommitdiffstats
path: root/randomcase.c
diff options
context:
space:
mode:
Diffstat (limited to 'randomcase.c')
-rw-r--r--randomcase.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/randomcase.c b/randomcase.c
index c587d1a..71e8636 100644
--- a/randomcase.c
+++ b/randomcase.c
@@ -1,3 +1,5 @@
+// Randomises the cases of letters. An IRC in joke from when I found out about the C+=
+// project. (Letter equality)
#include <stdlib.h>
#include <stdio.h>
#include <time.h>