# -*- mode: snippet -*-
# -*- coding: utf-8 -*-
# name: print
# key: print
# --
(println $1)
$0