Hello C#


Hello C#
1 using System;
2 void main()
3 {
4     Console.WriteLine("this is c#");
5 }

Comments