Skip to content

Commit

Permalink
🔥 Remove duplicate slides
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre-ledger committed Nov 28, 2023
1 parent 9722769 commit aeda588
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,36 +76,6 @@ val shuffled = IBAN(

## {data-auto-animate=""}

Until you find something like this

```scala {data-id="code" data-line-numbers=""}
val shuffled = IBAN(
"0500013M026",
"FR",
"06",
"14",
"20041",
"01005"
)
```

## {data-auto-animate=""}

So, you try this

```scala {data-id="code" data-line-numbers=""}
val wtf = IBAN(
"🇫🇷",
"",
"🏦",
"🌳",
"🧾",
"🤡"
)
```

## {data-auto-animate=""}

So, you try this

```scala {data-id="code" data-line-numbers=""}
Expand Down

0 comments on commit aeda588

Please sign in to comment.