Hazard3/test/sim/sw_testcases/hellow.c

13 lines
303 B
C

#include "tb_cxxrtl_io.h"
/*EXPECTED-OUTPUT***************************************************************
Hello world from Hazard3 + CXXRTL!
*******************************************************************************/
int main() {
tb_puts("Hello world from Hazard3 + CXXRTL!\n");
return 0;
}