file_sorting/main.c
2025-10-12 21:42:45 +02:00

7 lines
78 B
C

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