and now in german! ach!

This commit is contained in:
Guillaume Raffy 2019-03-07 14:32:11 +01:00
parent 52e041f0b5
commit 57596ffb24
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ using namespace std;
int main(int argc, char * argv[])
{
cout << "bonjour, monde!" << endl;
cout << "heil, welt!" << endl;
}