2026-04-06 00:06:45 +02:00

8 lines
83 B
C

#include <ch32fun.h>
__attribute__((noreturn)) int main(void)
{
while (1) {
}
}