URL
https://opencores.org/ocsvn/edge/edge/trunk
Subversion Repositories edge
[/] [edge/] [trunk/] [SW/] [Apps/] [helloWorld.c] - Rev 2
Compare with Previous | Blame | View Log
#include "stdio.h" void main() { printf("Hello World from Edge Microprocessor. \n\r\ This is a trial C program. Congratulations, the processor \n\r\ is normally working as you see this message.\n\rThanks for trying Edge !\r\n"); }