uvm32/apps/helloworld/helloworld.c
2025-12-06 16:44:23 +00:00

7 lines
93 B
C

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