index
:
build.git
main
Intelligent software compilation program.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
blob: 7e130bc0cab7c98c630ae88b547ec688615b576a (
plain
)
1
2
3
4
5
6
7
8
9
#include "builder.h" int main() { Builder bld; bld.load("congo"); }