7 lines
92 B
C#
7 lines
92 B
C#
class X {
|
|
public static void Main ()
|
|
{
|
|
global::System.Console.WriteLine ("hello");
|
|
}
|
|
}
|