From 545c5f85c38de8ddb8c026bf3b76658c8d8f3d6b Mon Sep 17 00:00:00 2001 From: WlodekM Date: Sat, 15 Feb 2025 10:51:57 +0200 Subject: fix some stuff; add some coreutils --- progs/hello/hello.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 progs/hello/hello.c (limited to 'progs/hello/hello.c') diff --git a/progs/hello/hello.c b/progs/hello/hello.c new file mode 100644 index 0000000..e11e06e --- /dev/null +++ b/progs/hello/hello.c @@ -0,0 +1,8 @@ +#include +#include + +__attribute__((force_align_arg_pointer)) +int main() { + write(1, ":3\n", 3); + exit(0); +} \ No newline at end of file -- cgit 1.4.1-2-gfad0