Using-notepad-write-a-simple-program-in-C#
using System; // this is a namespace class First { // class name static void Main() { // Entry Point Console .WriteLine (“this is my first notepad programme”); //Printing Msg } }
using System; // this is a namespace class First { // class name static void Main() { // Entry Point Console .WriteLine (“this is my first notepad programme”); //Printing Msg } }