From c813f7bd522baf1057ba9bee874669ea5b945a66 Mon Sep 17 00:00:00 2001 From: "martin@ashbysoft.com" Date: Sat, 11 Jun 2022 20:02:48 +0000 Subject: more intro exercises --- ex1-7.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ex1-7.c (limited to 'ex1-7.c') diff --git a/ex1-7.c b/ex1-7.c new file mode 100644 index 0000000..e84b0af --- /dev/null +++ b/ex1-7.c @@ -0,0 +1,5 @@ +#include +int main(void) { + printf("%d\n", EOF); + return 0; +} \ No newline at end of file -- cgit v1.2.3-ZIG