12
1
using System;
2
namespace SimpleCsharpApplication
3
{
4
public class SimpleCsharp
5
{
6
public static void Main(string[] args)
7
{
8
Console.WriteLine("C# Tutorial at qawithexperts.com");
9
10
}
11
}
12
}
Cached Result