RosettaCodeData/Task/Empty-program/EC/empty-program.ec

8 lines
62 B
Plaintext

class EmptyApp : Application
{
void Main()
{
}
}