6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
snippet forg "Generic for"
|
|
for (int i = 0; i < ${1:count}; i++) {
|
|
${2}
|
|
}
|
|
endsnippet
|