Skip to content
Snippets Groups Projects
complex.cc 100 B
Newer Older
#include "complex.h"
#include "hello.h"
double complex(double a, double b) { return add(a, b) + 2; }