2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-19 02:42:13 +00:00
Files
test/doc/v2/snippet/snippet7.cpp
2014-01-27 02:16:48 +01:00

7 lines
70 B
C++

#include <ostream>
int main()
{
std::cout << "Hello World\n";
}