main example

This commit is contained in:
2024-08-21 12:18:25 +02:00
parent cc00f62187
commit 08f0ad92b4

View File

@@ -0,0 +1,10 @@
#include <stdio.h>
int main() {
while (1)
{
printf("hello, world!\n");
}
return 0;
}