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