Files
SmartEdgeAI/test_hello.c
Carlos Gutierrez e57965beb4 updating
2025-10-05 00:43:00 -04:00

7 lines
82 B
C

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