index
:
maesch
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
daemon
/
main.rs
blob: 505671a3af0eebd9f3b29154780f5a36438690cc (
plain
)
1
2
3
4
5
use
std
::
process
::
Command
;
fn
main
()
{
println!
(
"Hello, daemon!"
);
}