From 682d62632e727c2746f6443e69dca219ec24984c Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 29 Sep 2022 18:41:55 -0400 Subject: Fix testData.h strings --- format.h | 15 +++------------ testData.h | 4 ++-- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/format.h b/format.h index 519876c..2936e85 100644 --- a/format.h +++ b/format.h @@ -31,17 +31,8 @@ double pow(double b, int e){ } } -double avg(double arr[]){ - int len = COUNT_OF(arr); - double sum = 0; - for (int i=0;i sis, heightened, minim // - Spaces before the words -> sis, unholly, pop // - Non latin alphabet (greek & russian) -const char *wrd[] = { +const char* wrd[] = { "abba", "betrothed", "deified", "elevation", "genesis", "kayak", "murdum", " pop", "relinquish", "stats", "thirst", "abhorrent", "accentuated", "agoraphobia", " aibohphobia", "anemia", "bIb", "bittersweet", "bob", @@ -28,7 +28,7 @@ const char *wrd[] = { "peep", "penitentiary", " polymorphism", "poRtmanteau", "quizzaciously", "racecar", "radar", "redder", "repaper", "rotator", "rotavator", "sagas", " sis ", "solos", "superlative", "tartigrade", "tattarrattat", "tenacity", - "tenet", " unholly", "wow" "élévation", "μουσικότητα", "неандерталец", + "tenet", " unholly", "wow", "élévation" }; // }}} // Sample numbers {{{ -- cgit v1.2.3