1 2 3 4 5 6 7 8
import foo; import std; int main() { std::cout << my_sum(1, 2) << std::endl; return 0; }