Hazard3/test/sim/hellow/main.c

7 lines
108 B
C
Raw Normal View History

2021-05-21 09:34:16 +08:00
#include "tb_cxxrtl_io.h"
void main() {
tb_puts("Hello world from Hazard5 + CXXRTL!\n");
tb_exit(123);
}