Hello

Hi guys i'm new to this forum
Welcome! That was short, haha.

1
2
3
4
5
6
7
8
#include <iostream>

int main()
{
        std::cout << "Welcome to the forum!\n";

        return 0;
}
Topic archived. No new replies allowed.