summaryrefslogtreecommitdiff
path: root/src/bin/daemon/main.rs
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2024-07-30 23:19:58 +0200
committerLia Lenckowski <lialenck@protonmail.com>2024-07-30 23:19:58 +0200
commit33132cf54d487c4b32d2fe0013cbe42997de78e8 (patch)
tree833aff9331bc6e5475801d9c60679a60a1312390 /src/bin/daemon/main.rs
downloadmaesch-33132cf54d487c4b32d2fe0013cbe42997de78e8.tar
maesch-33132cf54d487c4b32d2fe0013cbe42997de78e8.tar.bz2
maesch-33132cf54d487c4b32d2fe0013cbe42997de78e8.tar.zst
initial commit
Diffstat (limited to 'src/bin/daemon/main.rs')
-rw-r--r--src/bin/daemon/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/daemon/main.rs b/src/bin/daemon/main.rs
new file mode 100644
index 0000000..505671a
--- /dev/null
+++ b/src/bin/daemon/main.rs
@@ -0,0 +1,5 @@
+use std::process::Command;
+
+fn main() {
+ println!("Hello, daemon!");
+}