merge hello.c

This commit is contained in:
Dominik 2020-01-16 09:45:42 +01:00
commit e834e90216

View File

@ -1,5 +1,6 @@
#include "stdio.h" #include "stdio.h"
#include "math.h" #include "math.h"
#include "complex.h"
int main() int main()
{ {