zadanie/hello.c

10 lines
103 B
C
Raw Normal View History

2020-01-16 09:36:29 +01:00
#include "stdio.h"
2020-01-16 09:41:35 +01:00
#include "complex.h"
2020-01-16 09:36:29 +01:00
int main()
{
printf("Something...\n");
return 0;
}