nvim-treesitter/tests/indent/nu/for.nu

4 lines
36 B
Text
Raw Normal View History

for x in 1..3 {
print ($x * $x)
}