2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/v2/example/versioned/hello.cpp
Vladimir Prus 164db5a3be Merge Boost.Build from trunk.
[SVN r72443]
2011-06-06 20:36:21 +00:00

13 lines
273 B
C++

// Copyright Rene Rivera, 2003
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <iostream>
int main()
{
std::cout << "Hello there!\n";
return 1;
}