learningc/chapters/1/exercises/7.c

7 lines
69 B
C

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