and now in english

This commit is contained in:
Guillaume Raffy 2019-03-07 14:54:41 +01:00
parent 57596ffb24
commit 5030dbc37d
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 << "heil, welt!" << endl;
cout << "hello, world!" << endl;
}