#include "A.h" #include "B.h" int main() { printInLibA(); printInLibB(); return 0; }