Commit 984a8bef authored by Adam Blank's avatar Adam Blank
Browse files

Delete 02.c

parent bbf7390d
No related merge requests found
Showing with 0 additions and 7 deletions
+0 -7
#include <stdio.h>
int main() {
int c = 'X';
fread(&c, sizeof(char), 1, stdin);
printf("I got: %c\n", c);
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment