about summary refs log tree commit diff stats
path: root/max.c
diff options
context:
space:
mode:
authorphoebos <ben@bvnf.space>2021-05-19 03:47:13 +0100
committerphoebos <ben@bvnf.space>2021-05-19 03:47:13 +0100
commitfede6d23b36ce590b1c7de2249b28375d1575434 (patch)
tree5abd0b0e36cc424bbd2028e8e3bd9157a904d09b /max.c
parent44f176cdff8e1f076218542db9c9abb19e2b8097 (diff)
downloadkandr-fede6d23b36ce590b1c7de2249b28375d1575434.tar.gz
spacing
Diffstat (limited to 'max.c')
-rw-r--r--max.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/max.c b/max.c
deleted file mode 100644
index ef5b331..0000000
--- a/max.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include <time.h>
-int main() {
-    char i = 0;
-    while (1) {
-        printf("%d\n", i);
-        i++;
-        sleep(1);
-    }
-    return 0;
-}