mirror of
https://github.com/tiennm99/HCMUT.git
synced 2026-08-13 17:21:31 +00:00
10 lines
117 B
C++
10 lines
117 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
cout << "Hello world!" << endl;
|
|
return 0;
|
|
}
|