Delete dumbtest.c

Removed in favor of ex1_7.c
This commit is contained in:
SakurajimaShida 2025-08-13 05:48:26 +00:00
parent a36892d8be
commit 7682f93933

View file

@ -1,9 +0,0 @@
#include <stdio.h>
int main(){
int c = getchar() != EOF;
printf("%d", c);
return 0;
}