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