Welcome to hello’s documentation!

Indices and tables

C++ documentation

namespace hello

Hello

Contains example functions.

Functions

std::string hello(char const *name = "World")

Says hello

Return

The greeting as a string.

Parameters
  • name: Says hello to the given name. If no name is given, it says hello to the world.

int return_answer_to_life()

Answers an important question

Return

Answer to the Ultimate Question of Life, the Universe, and Everything.

Python documentation

Hello

Example module

hello.hello(your_name: str = 'World') → str

Says hello

hello.return_answer_to_life() → int

Come back in 7.5 million years to learn the answer to everything