Skip to content

dostloll/CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run :

  • Install mono-complete in your Linux.
  • Hit the command "chmod +x first.cs" to give file perms to make it executable.
  • Do "ls -lh" to confirm it has the perms.
  • "mcs -o:Hello.exe first.cs" to compile.(Example) For multiple files : cms -o:Compiled.exe first.cs second.cs third.cs
  • "mono hello.exe" to show output.

About

Getting started with C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages