YouCompleteMe/python/ycm/server/tests/testdata/testy/Program.cs

13 lines
120 B
C#
Raw Normal View History

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