zadanie/hello.c
2020-01-16 08:36:29 +00:00

9 lines
82 B
C

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