seventh exercise

This commit is contained in:
celso 2022-11-05 17:51:47 -03:00
parent 5c7aa8ad46
commit 37612f3825
1 changed files with 5 additions and 0 deletions

5
1-7.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(){
printf("%d\n", EOF);
return 0;
}