Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ main
Function
main
Lab_01/01_hello_world.cpp:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using namespace std;
7
8
int main()
9
{
10
cout <<
"Hello, World!"
<< endl;
11
system(
"pause"
);
12
return 0;
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected