mirror of
https://github.com/boostorg/build.git
synced 2026-01-25 18:12:12 +00:00
8 lines
79 B
C++
8 lines
79 B
C++
|
|
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Hello!\n";
|
|
return 1;
|
|
} |