import std; import MathLib; import GreetLib; int main() { std::println("{}={}", Greet(), Add(40, 2)); return 0; }