5 lines
No EOL
79 B
C
5 lines
No EOL
79 B
C
#include <stdio.h>
|
|
int main(void) {
|
|
printf("Hello NDK_OUT!\n");
|
|
return 0;
|
|
} |