// www.pocketmagic.net // native C programming for the google android // Radu Motisan // radu.motisan@gmail.com #include int main() { printf("Hello Google Android world!\nwww.pocketmagic.net\n"); return 1; }