2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00
Files
build/example/versioned/hello.cpp
Rene Rivera 204f5414d6 Testing svn checkout perms.
[SVN r69580]
2011-03-05 02:54:38 +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;
}