index
:
gitlab/license-finder.git
documentation
java-14
main
recursive-default
License detection tool
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
fixtures
/
c
/
conan
/
example-project
/
main.c
blob: 5e8b15a20603bf8fef1d8f36d06ec84a0725e63a (
plain
)
1
2
3
4
5
6
#include <hello.h> int main() { hello(); return 0; }