summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/time/hello.cpp
blob: b3392a3b369280ea3f889e7936244eea4ae3b7ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  Copyright (c) 2003 Vladimir Prus
//
//  Distributed under the Boost Software License, Version 1.0. (See
//  accompanying file LICENSE.txt or copy at
//  https://www.bfgroup.xyz/b2/LICENSE.txt)

#include <iostream>

int main()
{
    std::cout << "Hello!\n";
}