4 lines
53 B
Plaintext
Executable File
4 lines
53 B
Plaintext
Executable File
for(${1:int i=0}; ${2:condition}; ${3:i++}){
|
|
${4}
|
|
}
|