//
// Hello Embedded World
//
// Hello1.c my first PIC24 program in C
//

#include <p24fj128ga010.h>

main()
{
	PORTA = 	0xff;	
}
