Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Program.cs « console-project-with-wildcards « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd4be63967834855b3fcd21cf265f808d39330ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleProject
{
    class Program
    {
        static void Main (string[] args)
        {
            Console.WriteLine ("Hello world");
        }
    }
}