2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-25 06:02:12 +00:00
Files
build/example/libraries/app/app.cpp
Vladimir Prus 77e4f3a793 Added an example of library use.
[SVN r15971]
2002-10-23 14:03:17 +00:00

7 lines
45 B
C++

#include <lib1.h>
int main()
{
foo();
}