2025-09-08 20:34:20 +03:00

10 lines
97 B
Plaintext

# -*- mode: snippet -*-
# name: whl
# key: whl
# --
int $1 = $2;
while ($1 < $3)
{
$4
$1++;
}