mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
trigger github workflows
This commit is contained in:
parent
83d0e6e7cc
commit
9f636f40c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue