Skip to content

Commit dd9be45

Browse files
feat: adição do arquivo Program.cs
1 parent bd8eccb commit dd9be45

File tree

1 file changed

+12
-0
lines changed
  • developments/Alura.ByteBank.WebApp-aula05/Alura.ByteBank

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
3+
namespace Alura.ByteBank
4+
{
5+
class Program
6+
{
7+
static void Main(string[] args)
8+
{
9+
Console.WriteLine("Hello World!");
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)