android_mt6572_jiabo/ndk/tests/standalone/basic-cxx-compile/main.cpp
2025-09-05 16:56:03 +08:00

7 lines
155 B
C++

/* Nothing fancy here, just checking that we can compile hello world */
#include <stdio.h>
int main(void) {
printf("Hello World!\n");
return 0;
}