mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Create the telegrambot binary
This commit is contained in:
parent
64d5b8ef70
commit
3853b9f006
1 changed files with 6 additions and 0 deletions
6
src/bin/telegrambot.rs
Normal file
6
src/bin/telegrambot.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
#![cfg(feature = "telegram")]
|
||||
|
||||
|
||||
fn main() {
|
||||
println!("Hello telegram world!")
|
||||
}
|
Loading…
Reference in a new issue