mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
7 lines
93 B
C
7 lines
93 B
C
#define USE_MAIN
|
|
#include "uvm32_target.h"
|
|
|
|
void main(void) {
|
|
println("Hello world");
|
|
}
|
|
|