nvim-treesitter/tests/indent/nu/for.nu
2024-11-05 15:25:42 +01:00

3 lines
36 B
Text

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