This commit is contained in:
Carlos Gutierrez
2025-10-05 00:43:00 -04:00
parent 8f8c10d339
commit e57965beb4

6
test_hello.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello from ARM!\n");
return 0;
}