1. #include <stdio.h>
  2. //#include <xdc/runtime/System.h>
  3. #include "app.h"
  4.  
  5.  
  6. int main( void )
  7. {
  8.        //System_printf( "Hello World (from configuro)\n" );
  9.        printf("Configuro does not work\n");  
  10.        
  11.        
  12.        printf( "Hello World %d (using stdio)\n", YYYY );
  13.        
  14.        return 0;
  15. }