ITHelpself / CSharp-team-lttq

0 stars 0 forks source link

1. Hello world #1

Open ITHelpself opened 3 years ago

ITHelpself commented 3 years ago

using System;
namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }
    }
}
ITHelpself commented 3 years ago

in ra màn hình console:

 Console.WriteLine("Hello World!");
nhokhacam1 commented 3 years ago
 Console.WriteLine("Hello World!");
Duynguyen1819 commented 3 years ago
 Console.WriteLine("Hello World!");
Duynguyen1819 commented 3 years ago
            Console.WriteLine("Hi!");
ITHelpself commented 3 years ago
            Console.WriteLine("Hi");