# -*- mode: snippet -*-
# name: print!("{}", value);
# key: print
# --
print!("${1:{\}}", $2);