#include #include "atlas.h" #include "worka.h" using namespace std; int main() { atlasPrint(); MyClass().Print(); return 0; }