Skip to content

Commit b5d6ebc

Browse files
authored
Create Hello SoftUni
1 parent dd1c555 commit b5d6ebc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Hello SoftUni

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
using System;
2+
3+
class Hello
4+
{
5+
static void Main()
6+
{
7+
Console.WriteLine("Hello C#");
8+
}
9+
}
10+
using System;
11+
12+
class Hello
13+
{
14+
static void Main()
15+
{
16+
Console.WriteLine("Hello C#");
17+
}
18+
}

0 commit comments

Comments
 (0)