ReonV/designs/leon3mp/hello.c

6 lines
125 B
C

main()
{
printf("\n\n Hello LEON3 World!!!\n");
printf("\n Simulation will now be halted through error mode...\n\n");
}