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