diff options
| author | Mike Vink <mike@pionative.com> | 2024-05-22 08:49:29 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-05-22 08:49:29 +0200 |
| commit | 51169f5f9ab178a4ddfe9dac461405a71c9c0f94 (patch) | |
| tree | 0b6bb0c6c31ee27361b28e2c5993f362c1cc95e2 /code/intro | |
| parent | 77f19e4a89d8dec97930c5e237139734c5fb3365 (diff) | |
organise
Diffstat (limited to 'code/intro')
| -rw-r--r-- | code/intro/hello.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 <stdio.h> - -int main() -{ - printf("hello, world\n"); - return 0; -} |
