index
:
~aehlig/just-buildsystem/rules-cc.git
master
C/C++ rules for the just build tool
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_cases
/
deps
/
object
/
foo.cpp
blob: 9687a6a92d9d2abb91afc3fabe7c35a25042751d (
plain
)
1
2
3
#include "foo.hpp" std::string foo() { return "Hello World"; }