Welcome to Endeavor!
This is my very first post.
If you get any problems when using this site, always ask me on GitHub.
# include <iostream>
using namespace std;
int main() {
cout << "Hello world!" << endl;
cout << "Welcome to Endeavor!" << endl;
}