From cddca8dd9a50124ca4a6c8eaa55f5db86472e501 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 19 Mar 2022 14:22:12 +0100 Subject: [PATCH] Added source as a head-comment to spell.h --- spell.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spell.h b/spell.h index daf6ea1..2c278fe 100644 --- a/spell.h +++ b/spell.h @@ -1,3 +1,7 @@ +/* + This code belongs to https://rosettacode.org/wiki/Number_names +*/ + #include #include using std::string;