mirror of
https://github.com/tiennm99/KTLT.git
synced 2026-06-17 06:47:34 +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;
|
|
}
|