void main( void )
{
   // do initialisation stuff
   :
   :

   // do one-off stuff

   for( ;; ) ; // infinite loop - "hang" here
}