french translation

This commit is contained in:
Guillaume Raffy 2019-03-07 11:46:05 +01:00
parent 01fee2f3b2
commit 52e041f0b5
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 << "hello, monde!" << endl;
cout << "bonjour, monde!" << endl;
}