1 2 3 4 5 6 7 8
import hello; int main() { hello::say_hello(); hello::say_xz(); // hello::say_hi(); return 0; }