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

9 lines
128 B
Plaintext

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