1 2 3 4 5 6 7
#include "foo.hpp" #include "qux.hpp" int main() { print_foo("Everthing is fine."); print_qux("Everthing is ok."); }