7 lines
66 B
C
Raw Normal View History

2026-03-25 18:47:44 +01:00
#include <ch32fun.h>
int main(void) {
while(true);
return 0;
}