丘海东 Haydn Yau

C# on Linux

2016-08-20
丘海东

参考官方说明

attention:有些commend不适合ubuntu,要区分

参见另一篇blog

install mono,(mono-complete and monodevelop):

sudo apt-get install mono-complete monodevelop

edit:

vim helloworld.cs

build:

mcs helloworld.cd

run:

./helloworld.exe

done.