Skip to content

Instantly share code, notes, and snippets.

View Erk-'s full-sized avatar
πŸ’­
πŸš‚

Erk Erk-

πŸ’­
πŸš‚
View GitHub Profile
@Erk-
Erk- / emojifib.hs
Created September 18, 2022 09:19
Haskell Emojis in code
(πŸ•§) = 0
(πŸ•) = 1
(βž•) = (+)
(πŸ”—) = (:)
(πŸ“‡) = (!!)
(🐈) = tail
(πŸ’Ύ) = zipWith
(πŸ˜‚) = (πŸ•§) πŸ”— (((πŸ•) πŸ”— ((πŸ’Ύ) (βž•) (πŸ˜‚) ((🐈) (πŸ˜‚)))))
-- (πŸ˜‚) πŸ“‡ 10
[package]
name = "ping_bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.29.1", features = ["full"] }
twilight-gateway = { version = "=0.16.0-rc.1" }