summaryrefslogtreecommitdiff
path: root/ghc/misc/examples/cats/ccat5.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/misc/examples/cats/ccat5.c')
-rw-r--r--ghc/misc/examples/cats/ccat5.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/ghc/misc/examples/cats/ccat5.c b/ghc/misc/examples/cats/ccat5.c
deleted file mode 100644
index 6c9e38da50..0000000000
--- a/ghc/misc/examples/cats/ccat5.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <stdio.h>
-
-main ()
-{
- int c;
- while ((c = getchar()) != EOF) {
- putchar(c);
- }
- exit(0);
-}
-
-/*
--- 2,085,477 bytes/sec ( 600KB input)
--- 2,320,718 bytes/sec ( 9.3MB input)
--- 2,130,143 bytes/sec (25.5MB input)
-*/