livebook/test/support/notebooks/basic.livemd

10 lines
84 B
Text
Raw Normal View History

# Notebook
## First section
One Code cell below.
```elixir
length([1, 2, 3])
```