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