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

9 lines
124 B
Plaintext

# -*- mode: snippet -*-
# name: let ... ... end
# key: let
# contributor: hankail05
# --
let ${1:x = 0}
${2:body}
end
$0