Add Program.cs
This commit is contained in:
parent
5e33ab6c24
commit
dbb07741aa
|
|
@ -0,0 +1,10 @@
|
||||||
|
namespace HolaWorld
|
||||||
|
{
|
||||||
|
class Program
|
||||||
|
{
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
Console.WriteLine("Hola World");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue