aboutsummaryrefslogtreecommitdiffstats
path: root/lewisnumber.c
diff options
context:
space:
mode:
Diffstat (limited to 'lewisnumber.c')
-rw-r--r--lewisnumber.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lewisnumber.c b/lewisnumber.c
deleted file mode 100644
index 963cedd..0000000
--- a/lewisnumber.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include<stdio.h>
-#include<stdlib.h>
-#include<time.h>
-
-int main ( int argc, char *argv[] ) {
- srand( time(NULL) );
- printf("Lewis, your number is %d.\n", rand());
-}