zephyr/main.c

7 lines
55 B
C
Raw Normal View History

2024-08-08 17:44:11 +02:00
#include <stdio.h>
int main()
{
printf("lololol");
}