RosettaCodeData/Task/Empty-program/Beef/empty-program.beef

8 lines
68 B
Plaintext

using System;
class Program
{
public static void Main()
{
}
}