c# mono ubuntu
2019-05-05 本文已影响0人
橙姜
c# compiler
windows:csc
compile:csc test.cs
run:test.exe
Linux:dmcs
sudo apt-get install mono-dmcs mono-runtime
compile:dmcs test.cs
run:mono test.exe
https://www.mono-project.com/docs/about-mono/languages/csharp/