mirror of
https://github.com/Noratrieb/survey.git
synced 2026-01-15 17:05:08 +01:00
raw listener
This commit is contained in:
parent
e46bcedb93
commit
e5484affdf
4 changed files with 161 additions and 93 deletions
9
src/main.rs
Normal file
9
src/main.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pub fn main() {
|
||||
match survey::listener::listener() {
|
||||
Ok(()) => {}
|
||||
Err(err) => {
|
||||
eprintln!("{err}");
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue