From d1387b689fb64b7bacc2edd949186e0074d2586c Mon Sep 17 00:00:00 2001 From: AniMB <120055908+AniMB@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:59:44 -0700 Subject: [PATCH] Create test1.c --- test1.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test1.c diff --git a/test1.c b/test1.c new file mode 100644 index 0000000..160f760 --- /dev/null +++ b/test1.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello, world!\n"); + return 0; +}