parent
30557a179a
commit
252be27100
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
public class Program
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue