# -*- mode: snippet -*-
# key: let
# name: let
# contributor: Luke Hoersten <luke@hoersten.org>
# --
let ${1:x} = ${2:undefined}$0