mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
5 lines
37 B
Gleam
5 lines
37 B
Gleam
|
|
pub fn main() {
|
||
|
|
one()
|
||
|
|
|> two()
|
||
|
|
}
|