Skip to content
Snippets Groups Projects
Commit f755b035 authored by Henrik Henriksson's avatar Henrik Henriksson
Browse files

Update hello-world.cpp

parent 6a3392eb
No related branches found
No related tags found
No related merge requests found
Pipeline #8437 passed
......@@ -3,6 +3,6 @@ int main(int argc, char *argv[])
{
std::ios_base::sync_with_stdio(false);
std::cin.tie(NULL);
std::cout << "Hello World" << std::endl;
std::cout << "Hello World!" << std::endl;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment