index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
gleam
/
assert.gleam
blob: 2b2114628cc0880b4533315f7c4477896ca0006b (
plain
)
1
2
3
4
pub
fn
main
() {
assert
Ok
(
i
) =
parse_int
(
"123"
)
}