uvm32/test/example_1/rom/rom.c
Toby Jaffey da7f70c456 Initial test framework
Clean up makefiles
Everything buildable under docker (or natively)
2025-12-10 16:36:33 +00:00

6 lines
76 B
C

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