mirror of
https://github.com/boostorg/test.git
synced 2026-02-19 02:42:13 +00:00
7 lines
70 B
C++
7 lines
70 B
C++
#include <ostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Hello World\n";
|
|
}
|