Files
testrepo/main.c
2025-09-12 18:01:07 +03:00

9 lines
100 B
C

#include <stdio.h>
int
main(int argc, const char *argv[])
{
printf("helloworld!\n");
return 0;
}