correction from work

This commit is contained in:
M.A. Kozielska-Reid 2019-05-15 09:48:40 +02:00
parent 106e83129e
commit 01eebc0982
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
int main()
{
std::cout << "Hello World!\n";
std::cout << "Change from work 15-5-2019."
std::cout << "Change from work 15-5-2019.\n";
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu