learningc/chapters/1/exercises/7.c

7 lines
69 B
C
Raw Normal View History

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