From 53ff5dc37df60fc37a280743c82cd3c9b3b127e5 Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 24 Mar 2026 08:57:32 +0100 Subject: [PATCH] onefileheader_test: init repo --- test.c | 7 +++++++ y_test_h.h | 1 + 2 files changed, 8 insertions(+) create mode 100644 test.c create mode 100644 y_test_h.h diff --git a/test.c b/test.c new file mode 100644 index 0000000..b95ef18 --- /dev/null +++ b/test.c @@ -0,0 +1,7 @@ +#include "y_test_h.h" + + +int main(){ + + return 0; +} diff --git a/y_test_h.h b/y_test_h.h new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/y_test_h.h @@ -0,0 +1 @@ +