2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Testing svn checkout perms.

[SVN r69580]
This commit is contained in:
Rene Rivera
2011-03-05 02:54:38 +00:00
parent 67a6670c8b
commit d6ee98e478

View File

@@ -7,6 +7,6 @@
int main()
{
std::cout << "Hello!\n";
std::cout << "Hello there!\n";
return 1;
}