Let's learn c# programming together. 1 lesson is how to write Hello World!

in #coding6 years ago (edited)



So, first of all, I want to tell you for SoloLearn.
You can learn every coding programme there
So let's learn first how to write hello world to c#

1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Threading.Tasks;
6
7 namespace SoloLearn
8 {
9 class Program
10 {
11 static void Main(string[] args)
12 {
13 Console.WriteLine(''Hello World!'');
14 }
15 }
16 }

Sort:  

Good luck with your tutorials, I'll check in from time to time.
SoloLearn is a great place to learn to program your own programs.
Also have it on my list I want to share - check out my recommendations for more websites.

Happy programming!

Coin Marketplace

STEEM 0.16
TRX 0.13
JST 0.027
BTC 60629.29
ETH 2636.33
USDT 1.00
SBD 2.51