mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
12 lines
83 B
Gleam
12 lines
83 B
Gleam
|
|
pub fn main() {
|
||
|
|
#(
|
||
|
|
a,
|
||
|
|
#(
|
||
|
|
b,
|
||
|
|
#(
|
||
|
|
c
|
||
|
|
)
|
||
|
|
)
|
||
|
|
)
|
||
|
|
}
|