2025-10-17 09:30:24 +02:00

6 lines
69 B
C

#include <stdio.h>
int main()
{
printf("Hoho\n");
return 0;
}