2026-rff_mp/stepushovgs/data-structures/sorce/main.c
2026-04-16 22:21:02 +03:00

9 lines
81 B
C

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