Skip to content

Instantly share code, notes, and snippets.

View fabioesposito's full-sized avatar

Fabio Esposito fabioesposito

View GitHub Profile
@fabioesposito
fabioesposito / learn_queues.gleam
Last active June 24, 2024 08:03
Learning about Queues in Gleam
import gleam/int
import gleam/io
import gleam/list
import gleam/queue
pub type Knight {
Knight(id: Int, health: Int)
}
pub fn main() {
@fabioesposito
fabioesposito / learn_lists.gleam
Last active June 24, 2024 08:03
Learning about Lists in Gleam
import gleam/int
import gleam/io
import gleam/list
pub type Knight {
Knight(id: Int, health: Int)
}
pub fn main() {
let ks =

Keybase proof

I hereby claim:

  • I am fabioesposito on github.
  • I am esposito (https://keybase.io/esposito) on keybase.
  • I have a public key ASAm-VcREwmrdjRg5CTe97alJmcEBV5BY1LPj6-OTpEMCAo

To claim this, I am signing this object: