YouCompleteMe/python/ycm/server/tests/testdata/testy/Program.cs
2013-10-08 21:30:53 -07:00

13 lines
120 B
C#

using System;
namespace testy
{
class MainClass
{
public static void Main (string[] args)
{
Console.
}
}
}