Commit 522dff62 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Removed sumproduct from tests 1a-1d

parent 52f34236
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
#include <iostream>
#include <string>
#include "GaussianInteger.h"
GaussianInteger sumPrimeFactors(GaussianInteger integer);
using namespace std;

bool test_1e() {