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