MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / main

Function main

Exercises/Modules/Chapter 14/Soln14_02/Soln14_02.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import animals;
6
7int main()
8{
9 Lion myLion{"Leo", 400};
10 Aardvark myAardvark{"Algernon", 50};
11 myLion.who();
12 myAardvark.who();
13}

Callers

nothing calls this directly

Calls 1

whoMethod · 0.45

Tested by

no test coverage detected