mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
4 lines
36 B
Text
4 lines
36 B
Text
|
|
for x in 1..3 {
|
||
|
|
print ($x * $x)
|
||
|
|
}
|