Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
7450いいね 278,465 views回再生

C# tutorial for beginners

C# tutorial for beginners

#C# #tutorial #beginners

⭐️Time Stamps⭐️
00:00:00 intro
00:00:48 download Microsoft Visual Community
00:01:41 new project
00:01:59 change IDE font size
00:02:24 compile and run program
00:02:38 Main method
00:03:35 Console.WriteLine();
00:04:27 change Console font
00:05:18 Console.Beep();
00:05:40 conclusion

using System;

namespace MyFirstProgram
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("I like pizza!");
Console.WriteLine("It's really good!");
}
}
}

music credits 🎼 :
===========================================================
Up In My Jam (All Of A Sudden) by - Kubbi   / kubbi  
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library    • Up In My Jam (All Of A Sudden) – Kubbi (No...  
===========================================================

コメント