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
/
test cases
/
d
/
1 simple
/
app.d
blob: 0be1d2cc76da1a23f2a9e6999518bd5b6d8da82f (
plain
)
1
2
3
4
5
6
7
8
import
std
.
stdio
;
import
utils
;
void
main
()
{
printGreeting
(
"a Meson D test"
);
}