import std; import Calc; int main() { std::print("{}", Add(3, 4)); return 0; }