Hazard3/test/sim/hellow/main.c

7 lines
105 B
C

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