cdp_github_activity

  1. The factorial.cpp calculates the factorial of a given number.
  2. Hello.cpp prints the Hello World!.
  3. Main.cpp also call both hello.cpp and factorial.cpp.