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

Added an V2 example.

[SVN r14833]
This commit is contained in:
Vladimir Prus
2002-08-14 11:45:35 +00:00
parent 42de522df6
commit da38c67930
24 changed files with 298 additions and 0 deletions

5
examples-v2/make/a.cpp Normal file
View File

@@ -0,0 +1,5 @@
int main()
{
return 0;
}