diff options
Diffstat (limited to 'zig-elf/elf.c')
| -rw-r--r-- | zig-elf/elf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zig-elf/elf.c b/zig-elf/elf.c new file mode 100644 index 0000000..c038330 --- /dev/null +++ b/zig-elf/elf.c | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #include <stdio.h> | ||
| 2 | |||
| 3 | int main(void) { | ||
| 4 | printf("Oh, hi Mark!\n"); | ||
| 5 | return 0; | ||
| 6 | } | ||
