Sign in
qemu
/
meson
/
a2ac3bc453c22c89ed7343f16b2848f81b73cb85
/
.
/
test cases
/
d
/
1 simple
/
app.d
blob: 0be1d2cc76da1a23f2a9e6999518bd5b6d8da82f [
file
] [
log
] [
blame
]
import
std
.
stdio
;
import
utils
;
void
main
()
{
printGreeting
(
"a Meson D test"
);
}