From e57965beb4b9482792816791d23f079c3aa2cc24 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Sun, 5 Oct 2025 00:43:00 -0400 Subject: [PATCH] updating --- test_hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test_hello.c diff --git a/test_hello.c b/test_hello.c new file mode 100644 index 0000000..712e2f7 --- /dev/null +++ b/test_hello.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello from ARM!\n"); + return 0; +}