Hello World!

#include <iostream>;

int main() {
    std::cout << "Welcome!" << std::endl;
    return 0;
}

Hope you enjoy your stay here.

More stuff to come soon