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

in coding •  7 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 }

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

very good

nice

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!