gemhadar/main.c
2024-06-20 14:22:19 +01:00

8 lines
84 B
C

#include <stdio.h>
#include <stdlib.h>
int main(void)
{
return EXIT_SUCCESS;
}