Skip to content

Compile C# Code and Run Application on Mac

Vic Phan edited this page Jun 18, 2023 · 1 revision

• Type mcs < name of C# file >.cs and press the return to compile the C# code and build the application.
image

• Type mono < name of C# application >.exe and press the return to run the application.
image

Viccy GitHub

Clone this wiki locally