From 51169f5f9ab178a4ddfe9dac461405a71c9c0f94 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 22 May 2024 08:49:29 +0200 Subject: organise --- code/intro/hello.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 code/intro/hello.c (limited to 'code/intro') diff --git a/code/intro/hello.c b/code/intro/hello.c deleted file mode 100644 index b9dbb17..0000000 --- a/code/intro/hello.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main() -{ - printf("hello, world\n"); - return 0; -} -- cgit v1.2.3