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