Place a while(true) at the end of main.

Code:

void main()
{
lcd_init();
lcd_putc("\fTesting");

while(true)
{
}
}