Files
2024-04-30 07:08:23 +02:00

7 lines
77 B
Plaintext

# -*- mode: snippet -*-
# name: fori
# key: fori
# --
for $1 in $2 {
$0
}