search | index | tags | login/register

c# hello world (by damian)

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace CSharpTutorials
{
    class Program
    {
        static void Main(string[] args)
        {
            string message = "Hello World!!";

            Console.WriteLine(message);
        }
    }
}
Tags:
#.net #c# #code #hello #programming #sample #world

Info:
Attribute(s): Public
Created: 13.08.2020 20:55   Total Views: 244
Last Changed: 13.08.2020 20:56   Total Changes: 1
Δt = 0.04094386100769s