source:
downloads/boost_1_33_1/tools/build/v2/example/versioned/hello.cpp
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | // Copyright Rene Rivera, 2003 |
2 | // Distributed under the Boost Software License, Version 1.0. |
3 | // (See accompanying file LICENSE_1_0.txt |
4 | // or copy at http://www.boost.org/LICENSE_1_0.txt) |
5 | |
6 | #include <iostream> |
7 | |
8 | int main() |
9 | { |
10 | std::cout << "Hello!\n"; |
11 | return 1; |
12 | } |
Note: See TracBrowser
for help on using the repository browser.