Changes

14 bytes added ,  20:27, 20 April 2022
m
KS update 1.2
Line 43: Line 43:  
     // Printing a message to the screen using the standard output stream std::cout.
 
     // Printing a message to the screen using the standard output stream std::cout.
 
     std::cout << "Hello World!";
 
     std::cout << "Hello World!";
 +
    return 0;
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>