From 984a8bef8a02340ff35c576057c7c3da5869fcda Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Mon, 2 May 2022 21:16:32 +0000
Subject: [PATCH] Delete 02.c

---
 02.c | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100644 02.c

diff --git a/02.c b/02.c
deleted file mode 100644
index 8013593..0000000
--- a/02.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main() {
-    int c = 'X';
-    fread(&c, sizeof(char), 1, stdin);
-    printf("I got: %c\n", c);
-}
-- 
GitLab