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; +}