uvm32/test/minirv32_internal/rom/rom.c
2025-12-14 11:00:45 +00:00

6 lines
76 B
C

#include "uvm32_target.h"
void main(void) {
println("Hello world");
}