#pragma once

#include <string>

int BerechneAnzahlBuchstaben(std::string wort);