test
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
cout << "hello world!" << endl; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
cout << "hello world!" << endl; | |
return 0; | |
} |