Merge pull request #3922 from blackdwarf/templatesfix
Remove namespace and public from console app
This commit is contained in:
commit
eca827e0d4
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace ConsoleApplication
|
class Program
|
||||||
{
|
{
|
||||||
public class Program
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
public static void Main(string[] args)
|
Console.WriteLine("Hello World!");
|
||||||
{
|
|
||||||
Console.WriteLine("Hello World!");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue