View difference between Paste ID: SH92KUEa and CFHSizfV
SHOW: | | - or go back to the newest paste.
1
using System;
2
namespace Lesson01
3
{
4
	class Program
5
		{
6
			static void main(string[] args)
7
				{
8
					Console.WriteLine("Hello, World! This is my first C# program");
9
				}
10
		}
11
}