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

8 lines
62 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
class EmptyApp : Application
{
void Main()
{
}
}