mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-19 19:17:13 -04:00
6 lines
125 B
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");
|
|
}
|