Hazard3/test/sim/sw_testcases/hellow.c

7 lines
103 B
C

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