C# [Mono] 27

C# is a general-purpose, multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed around 2000 by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2018). C# is one of the programming languages designed for the Common Language Infrastructure.

Wikipedia

Features

Multi-file mode

Versions

Name Version ID Multi-file mode
Mono 4.0.2 1
gmcs 5.12 2
gmcs 5.20.1 3
gmcs 6.8 5
gmcs 6.12 6

Libraries

-

Examples

TEST problem

Sample solution to the TEST programming problem.

test_problem.cs
test_problem.in
Multi-files

A simple example how to use the multi-file feature.

prog.cs
Prog2.cs