nvim-treesitter/tests/indent/gleam/pipe.gleam
2022-02-15 19:01:02 +01:00

4 lines
37 B
Gleam

pub fn main() {
one()
|> two()
}