Skip to content

cseas/csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csharp

Conceptual programs related to C# and the .NET framework.

Installation

You need the Mono framework for running C# programs on Ubuntu (linux). Installation instructions available on the official website.

Execution

Use the following commands to execute C# programs:

csc hello.cs
mono hello.exe

Complete instructions available in the Mono Basics guide.

About

Conceptual programs related to C# and the .NET framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages