zadanie/hello.c
2020-01-16 09:45:42 +01:00

11 lines
121 B
C

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