c# public static string

C#
public static string saytest = "test";

private static void Main()
{
  Console.WriteLine(saytest);
}
Source

Also in C#: