Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
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"
);
}