quanswerestion

31
reputation
5

the answer is in the question

/**
 * \brief c++(??)98 in action
 */

#include <universe>

int main () {
    std::uout << "The Universe is now Stroustrup complete.\n";
    return EXIT_FOREVER;
}