trigger github workflows

This commit is contained in:
Lars Melchior 2020-04-13 18:51:12 +02:00
parent 83d0e6e7cc
commit 9f636f40c3

View file

@ -10,7 +10,7 @@ namespace greeter {
std::string name;
public:
Greeter(std::string name = "World");
Greeter(std::string name);
std::string greet(LanguageCode lang = LanguageCode::EN) const;
};