mirror of
https://github.com/ioacademy-jikim/android_framwork
synced 2025-06-07 07:56:34 +00:00
8 lines
74 B
C
8 lines
74 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello Android\n");
|
|
return 0;
|
|
}
|