blob: 52cf1bcff3a4b2354921044c9b62bc18b2b82c92 [file] [log] [blame]
#include "sc_print.h"
int main()
{
sc_printf("Hello from SCR1!\n");
return 0;
}