emacs/snippets/csharp-mode/main

9 lines
97 B
Plaintext

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