Init
This commit is contained in:
7
sim/tests/hello/hello.c
Normal file
7
sim/tests/hello/hello.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "sc_print.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
sc_printf("Hello from SCR1!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user