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