Here is the test. If it goes well i hope to share more code snippets and discuss about the interesting part of them.
so without waiting lets see if this works or not.
#include < iostream >
using namespace std;
int main() {
cout << "Hello World!" << endl;
}
puts "Hello World"