system-manager-wakasu
1# -*- mode: snippet -*-
2# name: func main() { ... }
3# --
4func main() {
5   $0
6}