7 lines
88 B
C
7 lines
88 B
C
#include "sc_print.h"
|
|
|
|
int main()
|
|
{
|
|
sc_printf("Hello from SCR1!\n");
|
|
return 0;
|
|
} |