zadanie/hello.c

10 lines
103 B
C

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