Added source as a head-comment to spell.h

This commit is contained in:
Leonetienne 2022-03-19 14:22:12 +01:00
parent 481eeccdc7
commit cddca8dd9a

View File

@ -1,3 +1,7 @@
/*
This code belongs to https://rosettacode.org/wiki/Number_names
*/
#include <string>
#include <iostream>
using std::string;