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

9 lines
75 B
C

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