2024-10-01 18:58:55 +07:00

9 lines
101 B
Plaintext

# -*- mode: snippet -*-
# name: for (int j)
# key: forj
# --
for (int j = 0; i < $1; j++)
{
$0
}