@ -4,3 +4,11 @@
std::cout << "Hello, World!" << std::endl;
return 0;
}
void lab2Function() {
std::cout << "This is Lab 2!" << std::endl;
int main() {
lab2Function();
The note is not visible to the blocked user.