7 lines
53 B
C
7 lines
53 B
C
|
#include "android.h"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|