index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manual tests
/
5 rpm
/
lib.c
blob: efc230aab7ac433df35f4643227e835d33e7e2fb (
plain
)
1
2
3
4
5
6
#include
"lib.h"
char
*
meson_print
(
void
)
{
return
"Hello, world!"
;
}