mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
11 lines
179 B
Text
11 lines
179 B
Text
snippet main "Public main class"
|
|
public static void Main()
|
|
{
|
|
System.Console.WriteLine("Hello");
|
|
}
|
|
|
|
endsnippet
|
|
|
|
snippet st "println"
|
|
System.Console.WriteLine(${0});
|
|
endsnippet
|