1
0
mirror of https://github.com/ioacademy-jikim/multimedia synced 2025-06-18 13:26:08 +00:00
2015-08-04 19:11:03 +09:00

9 lines
75 B
C

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