1
Fork 0
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:
Steffo 2022-08-07 17:23:12 +02:00
parent 64d5b8ef70
commit 3853b9f006
Signed by: steffo
GPG key ID: 6965406171929D01

6
src/bin/telegrambot.rs Normal file
View file

@ -0,0 +1,6 @@
#![cfg(feature = "telegram")]
fn main() {
println!("Hello telegram world!")
}