# -*- mode: snippet -*-
|
|
# name: main
|
|
# key: main
|
|
# --
|
|
static void Main(string[] args)
|
|
{
|
|
$0
|
|
}
|