Empty program: Difference between revisions

no edit summary
No edit summary
Line 257:
=={{header|bc}}==
An empty file is a valid program.
 
=={{header|Beeswax}}==
<syntaxhighlight lang="csharp">using System;
namespace EmptyProgram
{
class Program
{
public static void Main()
{
}
}
}
</syntaxhighlight>
 
 
=={{header|Beeswax}}==
29

edits