blob: d22a38037643da2f837166119e99dabef19b3735 [file] [log] [blame]
/*
* ======== hello/pkg/prog.c ========
*/
#include <xdc/runtime/System.h>
int main()
{
System_printf("Hello World\n");
return 0;
}