Hazard3/test/sim/hellow/main.c

7 lines
105 B
C
Raw Normal View History

2021-05-21 09:34:16 +08:00
#include "tb_cxxrtl_io.h"
2021-07-24 18:50:23 +08:00
int main() {
tb_puts("Hello world from Hazard3 + CXXRTL!\n");
return 123;
2021-05-21 09:34:16 +08:00
}