Page 67 - CSharp/C#
P. 67

4.  Type the following code and hit run (F5)


               string hw = "Hello World";

               hw.Dump(); //or Console.WriteLine(hw);


































            5.  You should see "Hello World" printed out in the results screen.







































            6.  Now that you have created your first .Net program, go and check out the samples included in
              LinqPad via the "Samples" browser. There are many great examples that will show you
              many different features of the .Net languages.






        https://riptutorial.com/                                                                               13
   62   63   64   65   66   67   68   69   70   71   72